Note for unused kernels
This commit is contained in:
parent
cd9ea45463
commit
498ac98581
|
@ -26,6 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
*****************************************************************************/
|
||||
|
||||
|
||||
/****Note***
|
||||
UnUsed kernel
|
||||
This kernel works. But it was not competitive enough to be added in production
|
||||
It could be used and tested in future or could provide barebone for switching to inline assembly
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#define NBMAX 4096
|
||||
|
|
|
@ -25,6 +25,13 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
|||
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*****************************************************************************/
|
||||
|
||||
|
||||
/****Note***
|
||||
UnUsed kernel
|
||||
This kernel works. But it was not competitive enough to be added in production
|
||||
It could be used and tested in future or could be used as base for switching to inline assembly
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include <stdio.h>
|
||||
#define NBMAX 4096
|
||||
|
|
Loading…
Reference in New Issue