···1111#include <machine/asm.h>
1212#include "abi.h"
13131414+.type coshf, @function
1515+1416// This is identical to sinhf with some indices permuted to compute cosh instead.
1517// Read the detailed comments in that file for more information.
1618
···1111#include <machine/asm.h>
1212#include "abi.h"
13131414+.type tanhf, @function
1515+1416// This is identical to sinhf with some indices permuted to compute tanh instead.
1517// Read the detailed comments in that file for more information.
1618