dpilger26 / NumCpp

C++ implementation of the Python Numpy library

Home Page:https://dpilger26.github.io/NumCpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RISC-V Support

cylindrical2002 opened this issue · comments

Does this project support riscv? I was trying to build it on riscv plaform, but I failed because some of the cmath functions are not supported by riscv-toolchain. Had anyone tried to run it on RISCV?

What toolchain are you building with?

Closing due to inactivity. Documentation states that a C++14 compliant compiler and STL libraries are required.