790b4d631d
This adds the compiler-callable math intrinsics library libpgmath. It is the math library of the flang compiler with support for vector operations. Patches were in large part adapted from the OpenBSD port. Reviewed by: zeising (mentor), mat Approved by: zeising (mentor) Obtained from: Brian Callahan (bcallah@openbsd.org) with adaptations Differential Revision: https://reviews.freebsd.org/D17034
6 lines
227 B
Text
6 lines
227 B
Text
Compiler-callable math intrinsics library
|
|
|
|
This is the companion math library for the flang compiler. It features some
|
|
optimized libm-style functions and has vectorization support.
|
|
|
|
WWW: https://github.com/flang-compiler/flang
|