Browse Source

Rename "HALF" and "sh" to "BFLOAT16" and "sb"

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
dc8a1afa63
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kernel/x86_64/KERNEL

+ 2
- 2
kernel/x86_64/KERNEL View File

@@ -146,8 +146,8 @@ ifndef XDOTKERNEL
XDOTKERNEL = zdot.S
endif

ifndef SHDOTKERNEL
SHDOTKERNEL = shdot.c
ifndef SBDOTKERNEL
SBDOTKERNEL = sbdot.c
endif

ifndef TOBF16KERNEL


Loading…
Cancel
Save