mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-22 17:42:39 +00:00
It provides better detection than mod_vmd but is a little more CPU intensive than mod_vmd. Perhaps someone would like to CUDAfy this code?
8 lines
77 B
C
8 lines
77 B
C
#ifndef __OPTIONS_H__
|
|
#define __OPTIONS_H__
|
|
|
|
/* #define FASTMATH */
|
|
|
|
#endif
|
|
|