axpy.h 78 B

12345678
  1. #ifndef AXPY_H__
  2. #define AXPY_H__
  3. #define TYPE float
  4. #endif /* AXPY_H__ */