---
title: "Hardware Design"
path: "Hardware Design"
---
{%hackmd @RintarouTW/About %}
# Hardware Design
https://www.agner.org/
https://www.agner.org/optimize/?e=0#0
## Vector Class Library
This is a C++ class library for using the Single Instruction Multiple Data (SIMD) instructions to improve performance on modern microprocessors
https://github.com/vectorclass/version2/releases/download/v2.01.00/vcl_manual.pdf
## Hardware Design Introduction
https://www.agner.org/digital/digital_electronics_agner_fog.pdf
###### tags: `hardware` `design` `agner` `vcl`