Home
last modified time | relevance | path

Searched refs:z_float_enable (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/x86/core/ia32/
Dthread.c63 extern int z_float_enable(struct k_thread *thread, unsigned int options);
68 return z_float_enable(thread, options); in arch_float_enable()
Dfloat.c167 void z_float_enable(struct k_thread *thread, unsigned int options) in z_float_enable() function