Guest User

Untitled

a guest
Apr 25th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. __extension__ extern __inline float64_t
  2. __attribute__ ((__always_inline__, __gnu_inline__, __artificial__))
  3. vmulxd_f64 (float64_t __a, float64_t __b)
  4. {
  5. return __builtin_aarch64_fmulxdf (__a, __b);
  6. }
Add Comment
Please, Sign In to add comment