Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 230 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 230 Bytes

libquad

Porting support for quad precision calculations from Intel Fortran to C++.

to compile library

cd lib
make

this will create libquad.a in lib directory

to test library

cd test
make 
./quad_example