Note for unused kernels

This commit is contained in:
Ubuntu 2019-02-04 15:41:56 +00:00
parent cd9ea45463
commit 498ac98581
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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