mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove intrinsics.x86_mmx type
This commit is contained in:
@@ -1638,9 +1638,6 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) {
|
||||
}
|
||||
|
||||
case runtime.Type_Info_Simd_Vector:
|
||||
if info.is_x86_mmx {
|
||||
io.write_string(fi.writer, "intrinsics.x86_mmx<>");
|
||||
}
|
||||
io.write_byte(fi.writer, '<');
|
||||
defer io.write_byte(fi.writer, '>');
|
||||
for i in 0..<info.count {
|
||||
|
||||
Reference in New Issue
Block a user