From 2e979c00c36d0b4ae8acb63889042a70469d46f8 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Tue, 16 Jun 2020 06:38:43 -0700 Subject: [PATCH] Polish up repository and other revisions --- Makefile | 3 +- README.md | 104 ++++++++++++------- ape/ape.S | 2 +- ape/idata.h | 2 +- ape/lib/bootdr.S | 2 +- ape/lib/e820map.S | 2 +- ape/lib/g_pml4t.S | 2 +- ape/lib/g_ptsp.S | 2 +- ape/lib/kbiosdataarea.S | 2 +- ape/macros.h | 2 +- dsp/core/mulaw.S | 2 +- dsp/core/sad16x8n.S | 2 +- dsp/mpeg/clamp4int256-core.S | 2 +- dsp/tty/mpsadbw.S | 2 +- dsp/tty/windex-avx2.S | 2 +- dsp/tty/windex-sse4.S | 2 +- dsp/tty/windex.S | 2 +- examples/tiny-raw-linux-tutorial.S | 2 +- libc/alg/djbsort-avx2.S | 2 +- libc/bits/avx2intrin.h | 2 +- libc/bits/bcd2i.S | 2 +- libc/bits/bcdadd.S | 2 +- libc/bits/bcxcpy.S | 2 +- libc/bits/bitreverse16.S | 2 +- libc/bits/bitreverse8.S | 2 +- libc/bits/emmintrin.h | 10 +- libc/bits/i2bcd.S | 2 +- libc/bits/pmmintrin.h | 2 +- libc/bits/tmmintrin.h | 2 +- libc/bits/xmmintrin.h | 10 +- libc/calls/g_ntstartupinfo_init.S | 2 +- libc/calls/g_ntsysteminfo_init.S | 2 +- libc/calls/getntsyspath.S | 2 +- libc/calls/ktmppath.S | 2 +- libc/calls/onntconsoleevent_init.S | 2 +- libc/calls/onwincrash_init.S | 2 +- libc/calls/pipe-sysv.S | 2 +- libc/calls/setegid.S | 2 +- libc/calls/seteuid.S | 2 +- libc/calls/sigenter.S | 2 +- libc/calls/thunks/ftruncate-sysv.S | 2 +- libc/calls/thunks/gettemppatha-flunk.S | 2 +- libc/calls/thunks/lseek-sysv.S | 2 +- libc/calls/thunks/mmap-sysv.S | 2 +- libc/calls/thunks/onntconsoleevent.S | 2 +- libc/calls/thunks/onwincrash.S | 2 +- libc/calls/thunks/pread-sysv.S | 2 +- libc/calls/thunks/preadv-sysv.S | 2 +- libc/calls/thunks/pwrite-sysv.S | 2 +- libc/calls/thunks/pwritev-sysv.S | 2 +- libc/calls/thunks/truncate-sysv.S | 2 +- libc/crt/crt.S | 2 +- libc/crypto/kaessbox.S | 2 +- libc/crypto/kaessboxinverse.S | 2 +- libc/fmt/kerrnonames.S | 2 +- libc/log/loglevel.S | 2 +- libc/log/oncrashthunks.S | 2 +- libc/log/thunks/__check_fail_eq.S | 2 +- libc/log/thunks/__check_fail_ge.S | 2 +- libc/log/thunks/__check_fail_gt.S | 2 +- libc/log/thunks/__check_fail_le.S | 2 +- libc/log/thunks/__check_fail_lt.S | 2 +- libc/log/thunks/__check_fail_ndebug.S | 2 +- libc/log/thunks/__check_fail_ne.S | 2 +- libc/log/ubsanjmp.S | 2 +- libc/macros-cpp.inc | 2 +- libc/macros.inc | 2 +- libc/math/__fesetround.S | 2 +- libc/math/feraiseexcept.S | 2 +- libc/math/fesetenv.S | 2 +- libc/math/fetestexcept.S | 2 +- libc/mem/calloc-hook.S | 2 +- libc/mem/calloc.S | 2 +- libc/mem/free-cxx.S | 2 +- libc/mem/free-hook.S | 2 +- libc/mem/free.S | 2 +- libc/mem/malloc-cxx.S | 2 +- libc/mem/malloc-hook.S | 2 +- libc/mem/malloc.S | 2 +- libc/mem/malloc_usable_size.S | 2 +- libc/mem/memalign-cxx.S | 2 +- libc/mem/memalign-hook.S | 2 +- libc/mem/memalign.S | 2 +- libc/mem/posix_memalign.S | 2 +- libc/mem/pvalloc.S | 2 +- libc/mem/realloc-hook.S | 2 +- libc/mem/realloc.S | 2 +- libc/mem/realloc_in_place.S | 2 +- libc/mem/valloc.S | 2 +- libc/nexgen32e/atomicislockfree.S | 2 +- libc/nexgen32e/bcmp.S | 2 +- libc/nexgen32e/bcopy.S | 2 +- libc/nexgen32e/bsf.S | 2 +- libc/nexgen32e/bsfl.S | 2 +- libc/nexgen32e/bsr.S | 2 +- libc/nexgen32e/bsrl.S | 2 +- libc/nexgen32e/bsrmax.S | 2 +- libc/nexgen32e/bzero.S | 2 +- libc/nexgen32e/cescapec.S | 2 +- libc/nexgen32e/clamp1.S | 2 +- libc/nexgen32e/cmpsb.S | 2 +- libc/nexgen32e/cmpsl.S | 2 +- libc/nexgen32e/cmpsq.S | 2 +- libc/nexgen32e/cmpsw.S | 2 +- libc/nexgen32e/cmpub.S | 2 +- libc/nexgen32e/cmpul.S | 2 +- libc/nexgen32e/cmpuq.S | 2 +- libc/nexgen32e/cmpuw.S | 2 +- libc/nexgen32e/crc32-pclmul.S | 2 +- libc/nexgen32e/crc32.S | 2 +- libc/nexgen32e/crc32c.S | 2 +- libc/nexgen32e/crc32init.S | 2 +- libc/nexgen32e/ctype.S | 2 +- libc/nexgen32e/div10.greg.S | 2 +- libc/nexgen32e/div1000000000int64.greg.S | 2 +- libc/nexgen32e/div1000000int64.greg.S | 2 +- libc/nexgen32e/div1000int64.greg.S | 2 +- libc/nexgen32e/div10int64.greg.S | 2 +- libc/nexgen32e/environ.S | 2 +- libc/nexgen32e/explicit_bzero.S | 2 +- libc/nexgen32e/ffs.S | 2 +- libc/nexgen32e/ffsl.S | 2 +- libc/nexgen32e/g_argv.S | 2 +- libc/nexgen32e/g_auxv.S | 2 +- libc/nexgen32e/g_runstate.S | 2 +- libc/nexgen32e/gc.S | 2 +- libc/nexgen32e/gclongjmp.S | 2 +- libc/nexgen32e/hextoint.S | 2 +- libc/nexgen32e/identity.S | 2 +- libc/nexgen32e/imapxlatab.S | 2 +- libc/nexgen32e/iscntrl.S | 2 +- libc/nexgen32e/isgraph.S | 2 +- libc/nexgen32e/ispunct.S | 2 +- libc/nexgen32e/iswalnum.S | 2 +- libc/nexgen32e/iswalpha.S | 2 +- libc/nexgen32e/iswblank.S | 2 +- libc/nexgen32e/iswcntrl.S | 2 +- libc/nexgen32e/iswdigit.S | 2 +- libc/nexgen32e/iswgraph.S | 2 +- libc/nexgen32e/iswlower.S | 2 +- libc/nexgen32e/iswprint.S | 2 +- libc/nexgen32e/iswpunct.S | 2 +- libc/nexgen32e/iswspace.S | 2 +- libc/nexgen32e/iswupper.S | 2 +- libc/nexgen32e/iswxdigit.S | 2 +- libc/nexgen32e/kbase36.S | 2 +- libc/nexgen32e/kcp437.S | 2 +- libc/nexgen32e/kcpuids.S | 2 +- libc/nexgen32e/kcrc32ctab.S | 2 +- libc/nexgen32e/kcrc32tab.S | 2 +- libc/nexgen32e/kctype.S | 2 +- libc/nexgen32e/kreversebits.S | 2 +- libc/nexgen32e/ksigsetempty.S | 2 +- libc/nexgen32e/ksigsetfull.S | 2 +- libc/nexgen32e/kstarttsc.S | 2 +- libc/nexgen32e/ktolower.S | 2 +- libc/nexgen32e/ktoupper.S | 2 +- libc/nexgen32e/llog10.S | 2 +- libc/nexgen32e/loadxmm.S | 2 +- libc/nexgen32e/lolendian.S | 2 +- libc/nexgen32e/longjmp.S | 2 +- libc/nexgen32e/lzcnt.S | 2 +- libc/nexgen32e/lzcntl.S | 2 +- libc/nexgen32e/macros.inc | 2 +- libc/nexgen32e/memcmp-avx2.S | 2 +- libc/nexgen32e/memcmp-hook.S | 2 +- libc/nexgen32e/memcmp-sse2.S | 2 +- libc/nexgen32e/memcmp.S | 2 +- libc/nexgen32e/memcpy.S | 2 +- libc/nexgen32e/memeqmask.S | 2 +- libc/nexgen32e/memjmpinit.S | 2 +- libc/nexgen32e/memmove.S | 2 +- libc/nexgen32e/mempcpy.S | 2 +- libc/nexgen32e/memrchr.S | 2 +- libc/nexgen32e/memrchr16.S | 2 +- libc/nexgen32e/memrchr32.S | 2 +- libc/nexgen32e/memset.S | 2 +- libc/nexgen32e/mod1000000000int64.greg.S | 2 +- libc/nexgen32e/mod1000000int64.greg.S | 2 +- libc/nexgen32e/mod1000int64.greg.S | 2 +- libc/nexgen32e/mod10int64.greg.S | 2 +- libc/nexgen32e/nt2sysv.S | 2 +- libc/nexgen32e/pcmpstr.inc | 2 +- libc/nexgen32e/program_invocation_name.S | 2 +- libc/nexgen32e/rldecode.S | 2 +- libc/nexgen32e/savexmm.S | 2 +- libc/nexgen32e/setjmp.S | 2 +- libc/nexgen32e/sgetc.S | 2 +- libc/nexgen32e/slowcall.S | 2 +- libc/nexgen32e/strcasecmp.S | 2 +- libc/nexgen32e/strcasecmp16.S | 2 +- libc/nexgen32e/strcaseconv.S | 2 +- libc/nexgen32e/strcmp-avx.S | 2 +- libc/nexgen32e/strcmp-hook.S | 2 +- libc/nexgen32e/strcmp.S | 2 +- libc/nexgen32e/strcmp16-hook.S | 2 +- libc/nexgen32e/strcmp16-k8.S | 2 +- libc/nexgen32e/strcmp16.S | 2 +- libc/nexgen32e/strcpyzbw.S | 2 +- libc/nexgen32e/strncmp-hook.S | 2 +- libc/nexgen32e/strncmp.S | 2 +- libc/nexgen32e/strncmp16-hook.S | 2 +- libc/nexgen32e/strncmp16.S | 2 +- libc/nexgen32e/strsak.S | 2 +- libc/nexgen32e/strsak16.S | 2 +- libc/nexgen32e/strsak32.S | 2 +- libc/nexgen32e/strstr-sse42.S | 2 +- libc/nexgen32e/strstr.inc | 2 +- libc/nexgen32e/strstr16-sse42.S | 2 +- libc/nexgen32e/sysv2nt.S | 2 +- libc/nexgen32e/tinydivsi.greg.S | 2 +- libc/nexgen32e/tinystrcmp.S | 2 +- libc/nexgen32e/tinystrlen.greg.S | 2 +- libc/nexgen32e/tinystrlen16.greg.S | 2 +- libc/nexgen32e/tinystrnlen.greg.S | 2 +- libc/nexgen32e/tinystrnlen16.greg.S | 2 +- libc/nexgen32e/tinywcslen.greg.S | 2 +- libc/nexgen32e/tinywcsnlen.greg.S | 2 +- libc/nexgen32e/tolower.S | 2 +- libc/nexgen32e/toupper.S | 2 +- libc/nexgen32e/towlower.S | 2 +- libc/nexgen32e/towupper.S | 2 +- libc/nexgen32e/tzcnt.S | 2 +- libc/nexgen32e/tzcntl.S | 2 +- libc/nexgen32e/vcls.S | 2 +- libc/nexgen32e/wcscasecmp.S | 2 +- libc/nexgen32e/wcscmp-hook.S | 2 +- libc/nexgen32e/wcscmp-k8.S | 2 +- libc/nexgen32e/wcscmp.S | 2 +- libc/nexgen32e/wcsncmp-hook.S | 2 +- libc/nexgen32e/wcsncmp.S | 2 +- libc/nexgen32e/x87conf.inc | 2 +- libc/nexgen32e/xlm.S | 2 +- libc/nt/ntdllimport.S | 2 +- libc/nt/ntdllimport.h | 2 +- libc/rand/g_rando.S | 2 +- libc/runtime/_exit.S | 2 +- libc/runtime/abort.S | 2 +- libc/runtime/cxaatexit.S | 2 +- libc/runtime/dsohandle.S | 2 +- libc/runtime/fastmath.S | 2 +- libc/runtime/fpreset.S | 2 +- libc/runtime/g_argc.S | 2 +- libc/runtime/getpagesize.S | 2 +- libc/runtime/init.S | 2 +- libc/runtime/kntsystemdirectory.S | 2 +- libc/runtime/kntwindowsdirectory.S | 2 +- libc/runtime/mapanon-thunk.S | 2 +- libc/runtime/mergepages.S | 2 +- libc/runtime/munmap-thunk.S | 2 +- libc/runtime/peekall.S | 2 +- libc/runtime/progname.S | 2 +- libc/runtime/program_invocation_short_name.S | 2 +- libc/runtime/startmain.S | 2 +- libc/runtime/weakfree.S | 2 +- libc/stdio/fseeko.S | 2 +- libc/stdio/ftello.S | 2 +- libc/stdio/g_stderr_init.S | 2 +- libc/stdio/g_stdin_init.S | 2 +- libc/stdio/g_stdout_init.S | 2 +- libc/stdio/getc.S | 2 +- libc/stdio/getchar.S | 2 +- libc/stdio/getwc.S | 2 +- libc/stdio/getwchar.S | 2 +- libc/stdio/putc.S | 2 +- libc/stdio/putwc.S | 2 +- libc/stdio/unlocked/clearerr_unlocked.S | 2 +- libc/stdio/unlocked/feof_unlocked.S | 2 +- libc/stdio/unlocked/ferror_unlocked.S | 2 +- libc/stdio/unlocked/fflush_unlocked.S | 2 +- libc/stdio/unlocked/fgetc_unlocked.S | 2 +- libc/stdio/unlocked/fgets_unlocked.S | 2 +- libc/stdio/unlocked/fgetwc_unlocked.S | 2 +- libc/stdio/unlocked/fgetws_unlocked.S | 2 +- libc/stdio/unlocked/fileno_unlocked.S | 2 +- libc/stdio/unlocked/fputc_unlocked.S | 2 +- libc/stdio/unlocked/fputs_unlocked.S | 2 +- libc/stdio/unlocked/fputwc_unlocked.S | 2 +- libc/stdio/unlocked/fputws_unlocked.S | 2 +- libc/stdio/unlocked/fread_unlocked.S | 2 +- libc/stdio/unlocked/fwrite_unlocked.S | 2 +- libc/stdio/unlocked/getc_unlocked.S | 2 +- libc/stdio/unlocked/getchar_unlocked.S | 2 +- libc/stdio/unlocked/getwc_unlocked.S | 2 +- libc/stdio/unlocked/getwchar_unlocked.S | 2 +- libc/stdio/unlocked/putc_unlocked.S | 2 +- libc/stdio/unlocked/putchar_unlocked.S | 2 +- libc/stdio/unlocked/putwc_unlocked.S | 2 +- libc/stdio/unlocked/putwchar_unlocked.S | 2 +- libc/str/ktpdecoderring.S | 2 +- libc/str/rindex.S | 2 +- libc/str/tpenc.S | 2 +- libc/stubs/abort.S | 2 +- libc/stubs/addvdi3.S | 2 +- libc/stubs/addvsi3.S | 2 +- libc/stubs/addvti3.S | 2 +- libc/stubs/asan.greg.S | 2 +- libc/stubs/asanjmp.greg.S | 2 +- libc/stubs/assertfail.S | 2 +- libc/stubs/cxapurevirtual.S | 2 +- libc/stubs/debugbreak.S | 2 +- libc/stubs/errno.S | 2 +- libc/stubs/errnolocation.S | 2 +- libc/stubs/exit.S | 2 +- libc/stubs/exit11.S | 2 +- libc/stubs/fentry.S | 2 +- libc/stubs/gcov.S | 2 +- libc/stubs/instrumentation.S | 2 +- libc/stubs/ld.S | 2 +- libc/stubs/mcount.S | 2 +- libc/stubs/missingno.S | 2 +- libc/stubs/mulvdi3.S | 2 +- libc/stubs/mulvsi3.S | 2 +- libc/stubs/mulvti3.S | 2 +- libc/stubs/negvdi2.S | 2 +- libc/stubs/negvsi2.S | 2 +- libc/stubs/negvti2.S | 2 +- libc/stubs/onarithmeticoverflow.S | 2 +- libc/stubs/panic.S | 2 +- libc/stubs/stackguard.S | 2 +- libc/stubs/subvdi3.S | 2 +- libc/stubs/subvsi3.S | 2 +- libc/stubs/subvti3.S | 2 +- libc/stubs/triplf.S | 2 +- libc/stubs/typeinfo.S | 2 +- libc/stubs/ubsan.S | 2 +- libc/stubs/unprovable.S | 2 +- libc/stubs/xnu.S | 2 +- libc/stubs/zip.S | 2 +- libc/sysv/consts/syscon.inc | 2 +- libc/sysv/g_syscount.S | 2 +- libc/sysv/macros.h | 2 +- libc/sysv/restorert.S | 2 +- libc/sysv/stackchkguard.S | 2 +- libc/sysv/stubs/free.S | 2 +- libc/sysv/stubs/malloc.S | 2 +- libc/sysv/stubs/realloc.S | 2 +- libc/sysv/syscall.S | 2 +- libc/sysv/systemfive.S | 2 +- libc/testlib/bench.S | 2 +- libc/testlib/combo.S | 2 +- libc/testlib/fixture.S | 2 +- libc/testlib/hyperion.S | 2 +- libc/testlib/testcase.S | 2 +- libc/testlib/thrashcodecache.S | 2 +- libc/testlib/thunks/assert_eq.S | 2 +- libc/testlib/thunks/assert_false.S | 2 +- libc/testlib/thunks/assert_ne.S | 2 +- libc/testlib/thunks/assert_true.S | 2 +- libc/testlib/thunks/expect_eq.S | 2 +- libc/testlib/thunks/expect_false.S | 2 +- libc/testlib/thunks/expect_ne.S | 2 +- libc/testlib/thunks/expect_true.S | 2 +- libc/testlib/thunks/free.S | 2 +- libc/testlib/thunks/jump.S | 2 +- libc/time/gettimeofday-sysv.S | 2 +- libc/tinymath/acos.S | 2 +- libc/tinymath/acosf.S | 2 +- libc/tinymath/acosl.S | 2 +- libc/tinymath/asin.S | 2 +- libc/tinymath/asinf.S | 2 +- libc/tinymath/asinl.S | 2 +- libc/tinymath/atan.S | 2 +- libc/tinymath/atan2.S | 2 +- libc/tinymath/atan2f.S | 2 +- libc/tinymath/atan2l.S | 2 +- libc/tinymath/atanf.S | 2 +- libc/tinymath/atanl.S | 2 +- libc/tinymath/c2rangr.S | 2 +- libc/tinymath/cabs.S | 2 +- libc/tinymath/cabsf.S | 2 +- libc/tinymath/cabsl.S | 2 +- libc/tinymath/carg.S | 2 +- libc/tinymath/cargf.S | 2 +- libc/tinymath/cargl.S | 2 +- libc/tinymath/ceil.S | 2 +- libc/tinymath/ceilf.S | 2 +- libc/tinymath/ceill.S | 2 +- libc/tinymath/cimag.S | 2 +- libc/tinymath/cimagf.S | 2 +- libc/tinymath/cimagl.S | 2 +- libc/tinymath/conj.S | 2 +- libc/tinymath/conjf.S | 2 +- libc/tinymath/conjl.S | 2 +- libc/tinymath/copysign.S | 2 +- libc/tinymath/copysignf.S | 2 +- libc/tinymath/copysignl.S | 2 +- libc/tinymath/cos.S | 2 +- libc/tinymath/cosf.S | 2 +- libc/tinymath/cosl.S | 2 +- libc/tinymath/cprojf.S | 2 +- libc/tinymath/cprojl.S | 2 +- libc/tinymath/creal.S | 2 +- libc/tinymath/crealf.S | 2 +- libc/tinymath/creall.S | 2 +- libc/tinymath/d2ld2.S | 2 +- libc/tinymath/exp.S | 2 +- libc/tinymath/exp10.S | 2 +- libc/tinymath/exp10f.S | 2 +- libc/tinymath/exp10l.S | 2 +- libc/tinymath/exp2.S | 2 +- libc/tinymath/exp2f.S | 2 +- libc/tinymath/exp2l.S | 2 +- libc/tinymath/expf.S | 2 +- libc/tinymath/expl.S | 2 +- libc/tinymath/expm1.S | 2 +- libc/tinymath/expm1f.S | 2 +- libc/tinymath/expm1l.S | 2 +- libc/tinymath/f2ld2.S | 2 +- libc/tinymath/fabs.S | 2 +- libc/tinymath/fabsf.S | 2 +- libc/tinymath/fabsl.S | 2 +- libc/tinymath/fld.S | 2 +- libc/tinymath/floor.S | 2 +- libc/tinymath/floorf.S | 2 +- libc/tinymath/floorl.S | 2 +- libc/tinymath/fmax.S | 2 +- libc/tinymath/fmaxf.S | 2 +- libc/tinymath/fmaxl.S | 2 +- libc/tinymath/fmin.S | 2 +- libc/tinymath/fminf.S | 2 +- libc/tinymath/fminl.S | 2 +- libc/tinymath/fmod.S | 2 +- libc/tinymath/fmodf.S | 2 +- libc/tinymath/fmodl.S | 2 +- libc/tinymath/fpclassify.S | 2 +- libc/tinymath/fpclassifyf.S | 2 +- libc/tinymath/fpclassifyl.S | 2 +- libc/tinymath/frexp.S | 2 +- libc/tinymath/hypot.S | 2 +- libc/tinymath/hypotf.S | 2 +- libc/tinymath/hypotl.S | 2 +- libc/tinymath/ilogb.S | 2 +- libc/tinymath/ilogbf.S | 2 +- libc/tinymath/ilogbl.S | 2 +- libc/tinymath/isgreater.S | 2 +- libc/tinymath/isgreaterequal.S | 2 +- libc/tinymath/isgreaterequalf.S | 2 +- libc/tinymath/isgreaterequall.S | 2 +- libc/tinymath/isgreaterf.S | 2 +- libc/tinymath/isgreaterl.S | 2 +- libc/tinymath/isless.S | 2 +- libc/tinymath/islessequal.S | 2 +- libc/tinymath/islessequalf.S | 2 +- libc/tinymath/islessequall.S | 2 +- libc/tinymath/islessf.S | 2 +- libc/tinymath/islessgreater.S | 2 +- libc/tinymath/islessgreaterf.S | 2 +- libc/tinymath/islessgreaterl.S | 2 +- libc/tinymath/islessl.S | 2 +- libc/tinymath/isunordered.S | 2 +- libc/tinymath/isunorderedf.S | 2 +- libc/tinymath/isunorderedl.S | 2 +- libc/tinymath/ldexp.S | 2 +- libc/tinymath/ldexpf.S | 2 +- libc/tinymath/ldexpl.S | 2 +- libc/tinymath/log.S | 2 +- libc/tinymath/log10.S | 2 +- libc/tinymath/log10f.S | 2 +- libc/tinymath/log10l.S | 2 +- libc/tinymath/log1p.S | 2 +- libc/tinymath/log1pf.S | 2 +- libc/tinymath/log1pl.S | 2 +- libc/tinymath/log2.S | 2 +- libc/tinymath/log2f.S | 2 +- libc/tinymath/log2l.S | 2 +- libc/tinymath/logb.S | 2 +- libc/tinymath/logbf.S | 2 +- libc/tinymath/logbl.S | 2 +- libc/tinymath/logf.S | 2 +- libc/tinymath/logl.S | 2 +- libc/tinymath/lrint.S | 2 +- libc/tinymath/lrintf.S | 2 +- libc/tinymath/lrintl.S | 2 +- libc/tinymath/lround.S | 2 +- libc/tinymath/lroundf.S | 2 +- libc/tinymath/lroundl.S | 2 +- libc/tinymath/nearbyint.S | 2 +- libc/tinymath/nearbyintf.S | 2 +- libc/tinymath/nearbyintl.S | 2 +- libc/tinymath/pow.S | 2 +- libc/tinymath/powf.S | 2 +- libc/tinymath/powl.S | 2 +- libc/tinymath/remainder.S | 2 +- libc/tinymath/remainderf.S | 2 +- libc/tinymath/remainderl.S | 2 +- libc/tinymath/rint.S | 2 +- libc/tinymath/rintf.S | 2 +- libc/tinymath/rintl.S | 2 +- libc/tinymath/round.S | 2 +- libc/tinymath/roundf.S | 2 +- libc/tinymath/roundl.S | 2 +- libc/tinymath/scalb.S | 2 +- libc/tinymath/scalbf.S | 2 +- libc/tinymath/scalbl.S | 2 +- libc/tinymath/scalbln.S | 2 +- libc/tinymath/scalblnl.S | 2 +- libc/tinymath/scalbn.S | 2 +- libc/tinymath/scalbnf.S | 2 +- libc/tinymath/scalbnl.S | 2 +- libc/tinymath/signbit.S | 2 +- libc/tinymath/signbitf.S | 2 +- libc/tinymath/signbitl.S | 2 +- libc/tinymath/significand.S | 2 +- libc/tinymath/significandf.S | 2 +- libc/tinymath/significandl.S | 2 +- libc/tinymath/sin.S | 2 +- libc/tinymath/sincos.S | 2 +- libc/tinymath/sincosf.S | 2 +- libc/tinymath/sincosl.S | 2 +- libc/tinymath/sinf.S | 2 +- libc/tinymath/sinl.S | 2 +- libc/tinymath/sqrt.S | 2 +- libc/tinymath/sqrtf.S | 2 +- libc/tinymath/sqrtl.S | 2 +- libc/tinymath/tan.S | 2 +- libc/tinymath/tanf.S | 2 +- libc/tinymath/tanl.S | 2 +- libc/tinymath/trunc.S | 2 +- libc/tinymath/truncf.S | 2 +- libc/tinymath/truncl.S | 2 +- libc/unicode/kcombiningchars.S | 2 +- libc/zipos/zipcentraldir.S | 2 +- net/http/todo.S | 2 +- net/http/uricspn-avx.S | 2 +- third_party/blas/dgemm_.S | 2 +- third_party/duktape/dukhexdectab.S | 2 +- third_party/stb/idct-sse.S | 2 +- third_party/stb/ycbcr-sse2.S | 2 +- third_party/third_party.mk | 1 + third_party/xed/x86tab.S | 2 +- third_party/zlib/deflateinit.S | 2 +- third_party/zlib/inflateinit.S | 2 +- third_party/zlib/kdistcode.S | 2 +- third_party/zlib/klengthcode.S | 2 +- tool/build/refactor.c | 8 +- tool/decode/lib/pollnames.S | 2 +- tool/emacs/cosmo-asm-mode.el | 5 - tool/emacs/cosmo-stuff.el | 9 +- tool/viz/lib/doublechrominance.S | 2 +- tool/viz/lib/thunks/expect_matrixeq.S | 2 +- 541 files changed, 626 insertions(+), 590 deletions(-) diff --git a/Makefile b/Makefile index 619dacbe8..59211565d 100644 --- a/Makefile +++ b/Makefile @@ -189,12 +189,13 @@ include test/tool/build/test.mk include test/tool/viz/lib/test.mk include test/tool/viz/test.mk include test/tool/test.mk -include test/test.mk include test/dsp/core/test.mk include test/dsp/scale/test.mk include test/dsp/tty/test.mk include test/dsp/test.mk +include third_party/make/build.mk #-φ-examples/package/new.sh +include test/test.mk OBJS = $(foreach x,$(PKGS),$($(x)_OBJS)) SRCS = $(foreach x,$(PKGS),$($(x)_SRCS)) diff --git a/README.md b/README.md index 6a71088f9..6180f0637 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ because it implements the subset of the C library, compiler runtimes and system call interfaces that've achieved near universal consensus amongst all major platforms, e.g. Linux/BSD/XNU/NT. Containerization is achieved by having binaries also be ZIP files. Modern static stock GNU toolchains -are provided in a hermetic mono repo for maximum historical determinism. +are provided in a hermetic mono repo for the best historical determinism Here's how you can get started by printing cat videos inside a terminal: @@ -44,22 +44,29 @@ mistakes c. 2006 which was when they switched from using a GNU Make repo in favor of an inhouse derivative called Blaze which does strictness too thereby allowing the repository to grow gracefully with any requirements -## Licensing +## Performance -Cosmopolitan is Free Software licensed under the GPLv2. The build config -**will embed all linked sources inside your binaries** so the compliance -is easy while facilitating trust and transparency similar to JavaScript. -You can audit your source filesystem using ZIP GUIs e.g. WIN10, InfoZip. +Your C Standard Library is designed to be competitive with glibc, which +has historically been the best. Routines like [libc/nexgen32e/memcpy.S] +are usually accompanied by microbenchmarks to demonstrate their merits. -### Commercial Support +Where GNU, LLVM and MSVC got lazy is intrinsics. Cosmopolitan does that +better. Your [ansitrinsics library] makes a 10x speedup so much easier, +using Intel's new instructions, in such a way that only allows Intel to +leverage their patents which have knowable expiry; rather than compiler +intrinsics API copyrights, which might never expire like Walt Disney IP -If you want to be able to distribute binaries in binary form only, then -please send $1,000 to jtunney@gmail.com on PayPal for a license lasting -1 year. Please be sure to provide your contact information, and details -on whether or not the license is for an individual or a corporation. If -you want your license to last 5 years, send $10,000 to the author above -who is Justine Tunney . This README will be updated, -if pricing and other details should change. Reach out for more details. +See [dsp/scale/cdecimate2xuint8x8.c] and [tool/viz/lib/ycbcr2rgb3.c] as +an example, of how 4k video convolutions needed to print cat videos can +be done from a single core without threads on a cheap computer, without +sacrificing backwards compatibility due to excellent microarchitectural +dispatch like [libc/nexgen32e/kcpuids.S], [libc/nexgen32e/x86feature.h] + +Furthermore Cosmopolitan provides you with Intel's official instruction +length decoder Xed ravaged down to 3kb in size using Tim Patterson code +stunts. So you can absolutely code high-performance lightweight fabless +x86 microprocessors using any hobbyist board without royalties, because +Xed tells us which parts of the encoding space now belong to the people ## Integrated Development Environment @@ -75,39 +82,23 @@ by typing `C-c C-h` with the cursor over a symbol. Please install these: make tags # index all the symbol emacs # for power and glory! -See [tool/emacs/cosmo-stuff.el] for further details. Noting what enables -the to work so well and fast is our break with tradition by using rooted -quoted include statements while vendoring the transitive closure of deps - -## Contributing - -We'd love to accept your patches! Before we can take them, we have to -jump through one legal hurdle. Please write an email to Justine Tunney - saying you agree to give her copyright ownership to -any changes you contribute to Cosmopolitan. We need to do that in order -to dual license Cosmopolitan. Otherwise we can't tax corporations that -don't want to share their code with the community. - -## Volunteering - -We also need volunteers who can help us further stabilize System Five's -application binary interface. See our ABI scripts [libc/sysv/consts.sh] -and [libc/sysv/syscalls.sh]. Magic numbers are usually stabler than API -interfaces cf. NPM but we should ideally have fewer of them, similar to -how SI has sought to have fewer defining physics constants. +See [tool/emacs/cosmo-stuff.el] for further details. Further note that +this codebase might seem to have an usual number of include statements +quoted and vendored code, but that's actually why the tools work since +it gives them easy perfect knowledge of what exists, thus performance. ## Specimen Cosmopolitan encodes binaries respecting the intersection of reasonable -platform requirements. That's easy to accomplish w/ binary isomorphisms -evidenced below by the RADIX256 disassembly below for [examples/life.c] -which ld is configured to overlay pe/elf/macho/bourne/bootloader in 12k +platform requirements. RADIX-256 disassembly of [examples/life.c] below +should explain how easy it is to do pe+sh+elf+macho+bootloader overlays +enabling gnu ld.bfd to produce a simple portable 12kb .com program file Please send feedback and concerns to since we would love to do an even better job. Please also report GPL abuse the address above as well. We believe this binary structure is novel, and therefore easily recognizable. So if some goofball isn't bundling the source code -please let us know so we can reach out and ask they consider a license. +please let us know, so we can reach out and ask if they want a license. make -j10 -O MODE=tiny CPPFLAGS=-DIM_FEELING_NAUGHTY o/tiny/tool/viz/bing.com on PayPal, for +a license lasting 1 year. This README will be updated in the event that +this needs to change. Feel free to reach if there's anything you need. + +## Contributing + +We'd love to accept your patches! Before we can take them, we have to +jump through one legal hurdle. Please write an email to Justine Tunney + saying you agree to give her copyright ownership to +any changes you contribute to Cosmopolitan. We need to do that in order +to dual license Cosmopolitan. Otherwise we can't create incentives that +encourage corporations to share their source code with the community. + +## Volunteering + +We also need volunteers who can help us further stabilize System Five's +application binary interface. See our ABI scripts [libc/sysv/consts.sh] +and [libc/sysv/syscalls.sh]. Magic numbers are usually stabler than API +interfaces cf. NPM but we should ideally have fewer of them, similar to +how SI has sought to have fewer defining physics constants. + + +[ansitrinsics library]: libc/intrin [ape/ape.lds]: ape/ape.lds +[dsp/scale/cdecimate2xuint8x8.c]: dsp/scale/cdecimate2xuint8x8.c [examples/life.c]: examples/life.c +[libc/nexgen32e/kcpuids.S]: libc/nexgen32e/kcpuids.S +[libc/nexgen32e/memcpy.S]: libc/nexgen32e/memcpy.S +[libc/nexgen32e/x86feature.h]: libc/nexgen32e/x86feature.h [libc/sysv/consts.sh]: libc/sysv/consts.sh [libc/sysv/syscalls.sh]: libc/sysv/syscalls.sh [tool/build/package.c]: tool/build/package.c [tool/emacs/cosmo-stuff.el]: tool/emacs/cosmo-stuff.el +[tool/viz/lib/ycbcr2rgb3.c]: tool/viz/lib/ycbcr2rgb3.c diff --git a/ape/ape.S b/ape/ape.S index 5d36873e9..b940c33c0 100644 --- a/ape/ape.S +++ b/ape/ape.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/ape/idata.h b/ape/idata.h index e69a6c791..096f383f6 100644 --- a/ape/idata.h +++ b/ape/idata.h @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/ape/lib/bootdr.S b/ape/lib/bootdr.S index 9b66ce8b1..caf05dfb8 100644 --- a/ape/lib/bootdr.S +++ b/ape/lib/bootdr.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/ape/lib/e820map.S b/ape/lib/e820map.S index be210e01d..a80dcfbe3 100644 --- a/ape/lib/e820map.S +++ b/ape/lib/e820map.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/ape/lib/g_pml4t.S b/ape/lib/g_pml4t.S index 566b7bc8b..a2554934e 100644 --- a/ape/lib/g_pml4t.S +++ b/ape/lib/g_pml4t.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/ape/lib/g_ptsp.S b/ape/lib/g_ptsp.S index b38831175..c6725d582 100644 --- a/ape/lib/g_ptsp.S +++ b/ape/lib/g_ptsp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/ape/lib/kbiosdataarea.S b/ape/lib/kbiosdataarea.S index 6188e8c2e..61c8b3a01 100644 --- a/ape/lib/kbiosdataarea.S +++ b/ape/lib/kbiosdataarea.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/ape/macros.h b/ape/macros.h index 1439fe292..bb393b582 100644 --- a/ape/macros.h +++ b/ape/macros.h @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/dsp/core/mulaw.S b/dsp/core/mulaw.S index e396a68f3..5d8a0c01d 100644 --- a/dsp/core/mulaw.S +++ b/dsp/core/mulaw.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/dsp/core/sad16x8n.S b/dsp/core/sad16x8n.S index 7d21d59ba..4335b7b79 100644 --- a/dsp/core/sad16x8n.S +++ b/dsp/core/sad16x8n.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/dsp/mpeg/clamp4int256-core.S b/dsp/mpeg/clamp4int256-core.S index 4da4cc4d4..fc4aa817b 100644 --- a/dsp/mpeg/clamp4int256-core.S +++ b/dsp/mpeg/clamp4int256-core.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/dsp/tty/mpsadbw.S b/dsp/tty/mpsadbw.S index 99a0b926e..c267b4c52 100644 --- a/dsp/tty/mpsadbw.S +++ b/dsp/tty/mpsadbw.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/dsp/tty/windex-avx2.S b/dsp/tty/windex-avx2.S index 9c3225a5f..6febbd3ec 100644 --- a/dsp/tty/windex-avx2.S +++ b/dsp/tty/windex-avx2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/dsp/tty/windex-sse4.S b/dsp/tty/windex-sse4.S index 08b657e54..a89c199f5 100644 --- a/dsp/tty/windex-sse4.S +++ b/dsp/tty/windex-sse4.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/dsp/tty/windex.S b/dsp/tty/windex.S index 03353633b..3dc94f673 100644 --- a/dsp/tty/windex.S +++ b/dsp/tty/windex.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/examples/tiny-raw-linux-tutorial.S b/examples/tiny-raw-linux-tutorial.S index a1eff11bb..81801c401 100644 --- a/examples/tiny-raw-linux-tutorial.S +++ b/examples/tiny-raw-linux-tutorial.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/alg/djbsort-avx2.S b/libc/alg/djbsort-avx2.S index d8044bd7c..438e10729 100644 --- a/libc/alg/djbsort-avx2.S +++ b/libc/alg/djbsort-avx2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/bits/avx2intrin.h b/libc/bits/avx2intrin.h index 2d2cb905c..4af237830 100644 --- a/libc/bits/avx2intrin.h +++ b/libc/bits/avx2intrin.h @@ -8,7 +8,7 @@ COSMOPOLITAN_C_START_ ((__m256i)__builtin_ia32_minps((__v16hi)(M256_0), (__v16hi)(M256_1))) /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § avx2 » simd ops ─╬─│┼ +│ cosmopolitan § it's a trap! » avx2 » simd ops ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm256_add_ps(M256_0, M256_1) \ diff --git a/libc/bits/bcd2i.S b/libc/bits/bcd2i.S index d7767b1f9..90b5f8b6a 100644 --- a/libc/bits/bcd2i.S +++ b/libc/bits/bcd2i.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/bits/bcdadd.S b/libc/bits/bcdadd.S index 1a9e7e498..11c99df3c 100644 --- a/libc/bits/bcdadd.S +++ b/libc/bits/bcdadd.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/bits/bcxcpy.S b/libc/bits/bcxcpy.S index 23ee6aa75..b0ebaf251 100644 --- a/libc/bits/bcxcpy.S +++ b/libc/bits/bcxcpy.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/bits/bitreverse16.S b/libc/bits/bitreverse16.S index abf9c5bed..f39bd9553 100644 --- a/libc/bits/bitreverse16.S +++ b/libc/bits/bitreverse16.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/bits/bitreverse8.S b/libc/bits/bitreverse8.S index a7a8db3b3..a59169d8e 100644 --- a/libc/bits/bitreverse8.S +++ b/libc/bits/bitreverse8.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/bits/emmintrin.h b/libc/bits/emmintrin.h index d10c6d6f3..0dd272586 100644 --- a/libc/bits/emmintrin.h +++ b/libc/bits/emmintrin.h @@ -5,7 +5,7 @@ #if !(__ASSEMBLER__ + __LINKER__ + 0) /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse2 ─╬─│┼ +│ cosmopolitan § it's a trap! » sse2 ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ typedef char __v16qi _Vector_size(16); @@ -29,7 +29,7 @@ struct thatispacked mayalias __usi128ma { }; /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse2 » memory ops ─╬─│┼ +│ cosmopolitan § it's a trap! » sse2 » memory ops ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_loadu_si128(M128IP) ((struct __usi128ma *)(M128IP))->__v @@ -71,7 +71,7 @@ struct thatispacked mayalias __usi128ma { #define _mm_load_si128(M128I) (*(M128I)) /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse2 » simd ops ─╬─│┼ +│ cosmopolitan § it's a trap! » sse2 » simd ops ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_and_si128(M128I_0, M128I_1) \ @@ -160,7 +160,7 @@ struct thatispacked mayalias __usi128ma { ((__m128i)__builtin_ia32_psrldqi128((__v2di)(__m128i)(M128I), (int)(IMM)*8)) /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse2 » scalar ops ─╬─│┼ +│ cosmopolitan § it's a trap! » sse2 » scalar ops ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_sqrt_sd(M128D_0, M128D_1) \ @@ -208,7 +208,7 @@ struct thatispacked mayalias __usi128ma { __builtin_ia32_cmpunordsd((__v2df)(M128D_0), (__v2df)(M128D_1)) /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse2 » miscellaneous ─╬─│┼ +│ cosmopolitan § it's a trap! » sse2 » miscellaneous ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_pause() asm("rep nop") diff --git a/libc/bits/i2bcd.S b/libc/bits/i2bcd.S index 038442894..a33e56a00 100644 --- a/libc/bits/i2bcd.S +++ b/libc/bits/i2bcd.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/bits/pmmintrin.h b/libc/bits/pmmintrin.h index 9f838afc4..715bb92ae 100644 --- a/libc/bits/pmmintrin.h +++ b/libc/bits/pmmintrin.h @@ -3,7 +3,7 @@ #if !(__ASSEMBLER__ + __LINKER__ + 0) /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse3 ─╬─│┼ +│ cosmopolitan § it's a trap! » sse3 ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_hadd_ps(M128_0, M128_1) \ diff --git a/libc/bits/tmmintrin.h b/libc/bits/tmmintrin.h index 52a783491..2b81e4118 100644 --- a/libc/bits/tmmintrin.h +++ b/libc/bits/tmmintrin.h @@ -4,7 +4,7 @@ #if !(__ASSEMBLER__ + __LINKER__ + 0) /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § ssse3 ─╬─│┼ +│ cosmopolitan § it's a trap! » ssse3 ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_maddubs_epi16(M128I_0, M128I_1) \ diff --git a/libc/bits/xmmintrin.h b/libc/bits/xmmintrin.h index b44eb070e..4c0d9d3ca 100644 --- a/libc/bits/xmmintrin.h +++ b/libc/bits/xmmintrin.h @@ -39,7 +39,7 @@ typedef float __m128 _Vector_size(16) aligned(16) mayalias; typedef float __m128_u _Vector_size(16) aligned(1) mayalias; /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse » simd ops ─╬─│┼ +│ cosmopolitan § it's a trap! » sse » simd ops ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_add_ps(M128_0, M128_1) \ @@ -96,7 +96,7 @@ typedef float __m128_u _Vector_size(16) aligned(1) mayalias; __builtin_ia32_cmpunordps((__v4sf)(M128_0), (__v4sf)(M128_1)) /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse » scalar ops ─╬─│┼ +│ cosmopolitan § it's a trap! » sse » scalar ops ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ forceinline __m128 _mm_add_ss(__m128 m128_0, __m128 m128_1) { @@ -153,7 +153,7 @@ forceinline __m128 _mm_div_ss(__m128 m128_0, __m128 m128_1) { __builtin_ia32_cmpunordss((__v4sf)(M128_0), (__v4sf)(M128_1)) /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse » memory ops ─╬─│┼ +│ cosmopolitan § it's a trap! » sse » memory ops ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_set1_ps(M128_0) ((__m128)(__v4sf){M128_0, M128_0, M128_0, M128_0}) @@ -186,7 +186,7 @@ forceinline __m128 _mm_div_ss(__m128 m128_0, __m128 m128_1) { #endif /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse » cast ops ─╬─│┼ +│ cosmopolitan § it's a trap! » sse » cast ops ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_cvtps_epi32(M128_0) \ @@ -201,7 +201,7 @@ forceinline __m128 _mm_div_ss(__m128 m128_0, __m128 m128_1) { #endif /*───────────────────────────────────────────────────────────────────────────│─╗ -│ cosmopolitan § sse » misc ─╬─│┼ +│ cosmopolitan § it's a trap! » sse » misc ─╬─│┼ ╚────────────────────────────────────────────────────────────────────────────│*/ #define _mm_getcsr() (__builtin_ia32_stmxcsr()) diff --git a/libc/calls/g_ntstartupinfo_init.S b/libc/calls/g_ntstartupinfo_init.S index 32cac0de4..21a0bce70 100644 --- a/libc/calls/g_ntstartupinfo_init.S +++ b/libc/calls/g_ntstartupinfo_init.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/g_ntsysteminfo_init.S b/libc/calls/g_ntsysteminfo_init.S index c77b955e1..e3bfcc4bb 100644 --- a/libc/calls/g_ntsysteminfo_init.S +++ b/libc/calls/g_ntsysteminfo_init.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/getntsyspath.S b/libc/calls/getntsyspath.S index 07159ddc5..58d4d03a4 100644 --- a/libc/calls/getntsyspath.S +++ b/libc/calls/getntsyspath.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/ktmppath.S b/libc/calls/ktmppath.S index e05109b8d..04bf9cae0 100644 --- a/libc/calls/ktmppath.S +++ b/libc/calls/ktmppath.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/onntconsoleevent_init.S b/libc/calls/onntconsoleevent_init.S index eb44d0a94..1979b997f 100644 --- a/libc/calls/onntconsoleevent_init.S +++ b/libc/calls/onntconsoleevent_init.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/onwincrash_init.S b/libc/calls/onwincrash_init.S index d955d3e45..f2e30d310 100644 --- a/libc/calls/onwincrash_init.S +++ b/libc/calls/onwincrash_init.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/pipe-sysv.S b/libc/calls/pipe-sysv.S index c9c845895..6a858f9df 100644 --- a/libc/calls/pipe-sysv.S +++ b/libc/calls/pipe-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/setegid.S b/libc/calls/setegid.S index 08a1f3359..b0e403657 100644 --- a/libc/calls/setegid.S +++ b/libc/calls/setegid.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/seteuid.S b/libc/calls/seteuid.S index c259766c6..fb07c2f61 100644 --- a/libc/calls/seteuid.S +++ b/libc/calls/seteuid.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/sigenter.S b/libc/calls/sigenter.S index aa4ce4faa..c66d906fb 100644 --- a/libc/calls/sigenter.S +++ b/libc/calls/sigenter.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/ftruncate-sysv.S b/libc/calls/thunks/ftruncate-sysv.S index f9c3dbeb0..26ec78abc 100644 --- a/libc/calls/thunks/ftruncate-sysv.S +++ b/libc/calls/thunks/ftruncate-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/gettemppatha-flunk.S b/libc/calls/thunks/gettemppatha-flunk.S index 450f78b80..b1c5fc1a0 100644 --- a/libc/calls/thunks/gettemppatha-flunk.S +++ b/libc/calls/thunks/gettemppatha-flunk.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/lseek-sysv.S b/libc/calls/thunks/lseek-sysv.S index db9531eef..d3c6031b4 100644 --- a/libc/calls/thunks/lseek-sysv.S +++ b/libc/calls/thunks/lseek-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/mmap-sysv.S b/libc/calls/thunks/mmap-sysv.S index a799274e8..14f613140 100644 --- a/libc/calls/thunks/mmap-sysv.S +++ b/libc/calls/thunks/mmap-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/onntconsoleevent.S b/libc/calls/thunks/onntconsoleevent.S index 1d5a8516a..6a220f369 100644 --- a/libc/calls/thunks/onntconsoleevent.S +++ b/libc/calls/thunks/onntconsoleevent.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/onwincrash.S b/libc/calls/thunks/onwincrash.S index 2ae350e98..07666d83a 100644 --- a/libc/calls/thunks/onwincrash.S +++ b/libc/calls/thunks/onwincrash.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/pread-sysv.S b/libc/calls/thunks/pread-sysv.S index 8008e63f1..dcf97d828 100644 --- a/libc/calls/thunks/pread-sysv.S +++ b/libc/calls/thunks/pread-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/preadv-sysv.S b/libc/calls/thunks/preadv-sysv.S index 057bb8a81..7835f0585 100644 --- a/libc/calls/thunks/preadv-sysv.S +++ b/libc/calls/thunks/preadv-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/pwrite-sysv.S b/libc/calls/thunks/pwrite-sysv.S index 6950afa97..ba46148a2 100644 --- a/libc/calls/thunks/pwrite-sysv.S +++ b/libc/calls/thunks/pwrite-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/pwritev-sysv.S b/libc/calls/thunks/pwritev-sysv.S index fb43057da..9bdc11b65 100644 --- a/libc/calls/thunks/pwritev-sysv.S +++ b/libc/calls/thunks/pwritev-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/calls/thunks/truncate-sysv.S b/libc/calls/thunks/truncate-sysv.S index c71b29d34..3b039788c 100644 --- a/libc/calls/thunks/truncate-sysv.S +++ b/libc/calls/thunks/truncate-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/crt/crt.S b/libc/crt/crt.S index d8bec3323..b349d1468 100644 --- a/libc/crt/crt.S +++ b/libc/crt/crt.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/crypto/kaessbox.S b/libc/crypto/kaessbox.S index 88bfe63c1..5aa1facb1 100644 --- a/libc/crypto/kaessbox.S +++ b/libc/crypto/kaessbox.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/crypto/kaessboxinverse.S b/libc/crypto/kaessboxinverse.S index 293e8e930..a35a9267b 100644 --- a/libc/crypto/kaessboxinverse.S +++ b/libc/crypto/kaessboxinverse.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/fmt/kerrnonames.S b/libc/fmt/kerrnonames.S index e012529f5..6f58bba08 100644 --- a/libc/fmt/kerrnonames.S +++ b/libc/fmt/kerrnonames.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/loglevel.S b/libc/log/loglevel.S index be8beeaf9..3c18ae05a 100644 --- a/libc/log/loglevel.S +++ b/libc/log/loglevel.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/oncrashthunks.S b/libc/log/oncrashthunks.S index e64d28ab3..ca9cfec41 100644 --- a/libc/log/oncrashthunks.S +++ b/libc/log/oncrashthunks.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/thunks/__check_fail_eq.S b/libc/log/thunks/__check_fail_eq.S index a52b9d2d6..b52a6a6ed 100644 --- a/libc/log/thunks/__check_fail_eq.S +++ b/libc/log/thunks/__check_fail_eq.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/thunks/__check_fail_ge.S b/libc/log/thunks/__check_fail_ge.S index b4dfbf577..26a149728 100644 --- a/libc/log/thunks/__check_fail_ge.S +++ b/libc/log/thunks/__check_fail_ge.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/thunks/__check_fail_gt.S b/libc/log/thunks/__check_fail_gt.S index ee1e9abd8..b9c008e2b 100644 --- a/libc/log/thunks/__check_fail_gt.S +++ b/libc/log/thunks/__check_fail_gt.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/thunks/__check_fail_le.S b/libc/log/thunks/__check_fail_le.S index f22bac4fc..c656a56c7 100644 --- a/libc/log/thunks/__check_fail_le.S +++ b/libc/log/thunks/__check_fail_le.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/thunks/__check_fail_lt.S b/libc/log/thunks/__check_fail_lt.S index 75e9fc1de..49e974338 100644 --- a/libc/log/thunks/__check_fail_lt.S +++ b/libc/log/thunks/__check_fail_lt.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/thunks/__check_fail_ndebug.S b/libc/log/thunks/__check_fail_ndebug.S index 01691a54e..e82e6081b 100644 --- a/libc/log/thunks/__check_fail_ndebug.S +++ b/libc/log/thunks/__check_fail_ndebug.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/thunks/__check_fail_ne.S b/libc/log/thunks/__check_fail_ne.S index f70e7b3ed..5b97b3de3 100644 --- a/libc/log/thunks/__check_fail_ne.S +++ b/libc/log/thunks/__check_fail_ne.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/log/ubsanjmp.S b/libc/log/ubsanjmp.S index 95fd492b2..c172f1c61 100644 --- a/libc/log/ubsanjmp.S +++ b/libc/log/ubsanjmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/macros-cpp.inc b/libc/macros-cpp.inc index 9d33d5b40..308414c2e 100644 --- a/libc/macros-cpp.inc +++ b/libc/macros-cpp.inc @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/macros.inc b/libc/macros.inc index 815b5365c..dd9e20a5e 100644 --- a/libc/macros.inc +++ b/libc/macros.inc @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/math/__fesetround.S b/libc/math/__fesetround.S index 875f7c842..5a3c64b73 100644 --- a/libc/math/__fesetround.S +++ b/libc/math/__fesetround.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/math/feraiseexcept.S b/libc/math/feraiseexcept.S index 0642e0783..35212bb40 100644 --- a/libc/math/feraiseexcept.S +++ b/libc/math/feraiseexcept.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/math/fesetenv.S b/libc/math/fesetenv.S index fb1d7dc41..e08a535d3 100644 --- a/libc/math/fesetenv.S +++ b/libc/math/fesetenv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/math/fetestexcept.S b/libc/math/fetestexcept.S index 07b39d773..8a49c73db 100644 --- a/libc/math/fetestexcept.S +++ b/libc/math/fetestexcept.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/calloc-hook.S b/libc/mem/calloc-hook.S index e731545b7..52662a151 100644 --- a/libc/mem/calloc-hook.S +++ b/libc/mem/calloc-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/calloc.S b/libc/mem/calloc.S index 89273b447..4a5b365dd 100644 --- a/libc/mem/calloc.S +++ b/libc/mem/calloc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/free-cxx.S b/libc/mem/free-cxx.S index c77bbf775..a9f60917c 100644 --- a/libc/mem/free-cxx.S +++ b/libc/mem/free-cxx.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/free-hook.S b/libc/mem/free-hook.S index 37e44521f..55fa71e86 100644 --- a/libc/mem/free-hook.S +++ b/libc/mem/free-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/free.S b/libc/mem/free.S index d42a56828..13fa50ee1 100644 --- a/libc/mem/free.S +++ b/libc/mem/free.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/malloc-cxx.S b/libc/mem/malloc-cxx.S index ef584930b..843d0b545 100644 --- a/libc/mem/malloc-cxx.S +++ b/libc/mem/malloc-cxx.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/malloc-hook.S b/libc/mem/malloc-hook.S index 4e749ff0d..c0e8bf100 100644 --- a/libc/mem/malloc-hook.S +++ b/libc/mem/malloc-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/malloc.S b/libc/mem/malloc.S index 024b5144e..1f6af70bf 100644 --- a/libc/mem/malloc.S +++ b/libc/mem/malloc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/malloc_usable_size.S b/libc/mem/malloc_usable_size.S index ae7a2e628..0a1d2aaea 100644 --- a/libc/mem/malloc_usable_size.S +++ b/libc/mem/malloc_usable_size.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/memalign-cxx.S b/libc/mem/memalign-cxx.S index 78eb19884..fcbcfc865 100644 --- a/libc/mem/memalign-cxx.S +++ b/libc/mem/memalign-cxx.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/memalign-hook.S b/libc/mem/memalign-hook.S index 0c792beee..0acdd5402 100644 --- a/libc/mem/memalign-hook.S +++ b/libc/mem/memalign-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/memalign.S b/libc/mem/memalign.S index 99b2a345c..787f46cae 100644 --- a/libc/mem/memalign.S +++ b/libc/mem/memalign.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/posix_memalign.S b/libc/mem/posix_memalign.S index dc6c6f24f..5588342cf 100644 --- a/libc/mem/posix_memalign.S +++ b/libc/mem/posix_memalign.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/pvalloc.S b/libc/mem/pvalloc.S index aee2b9473..fc2ea2293 100644 --- a/libc/mem/pvalloc.S +++ b/libc/mem/pvalloc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/realloc-hook.S b/libc/mem/realloc-hook.S index bae29ded4..ff31fe2e5 100644 --- a/libc/mem/realloc-hook.S +++ b/libc/mem/realloc-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/realloc.S b/libc/mem/realloc.S index 0e9bb81d3..c9cdcaaf9 100644 --- a/libc/mem/realloc.S +++ b/libc/mem/realloc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/realloc_in_place.S b/libc/mem/realloc_in_place.S index 3dd762dce..1709b7d86 100644 --- a/libc/mem/realloc_in_place.S +++ b/libc/mem/realloc_in_place.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/mem/valloc.S b/libc/mem/valloc.S index 86702b0ad..9b4a6e867 100644 --- a/libc/mem/valloc.S +++ b/libc/mem/valloc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/atomicislockfree.S b/libc/nexgen32e/atomicislockfree.S index caf301a5e..4b2102010 100644 --- a/libc/nexgen32e/atomicislockfree.S +++ b/libc/nexgen32e/atomicislockfree.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/bcmp.S b/libc/nexgen32e/bcmp.S index 083c44468..d7d999d58 100644 --- a/libc/nexgen32e/bcmp.S +++ b/libc/nexgen32e/bcmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/bcopy.S b/libc/nexgen32e/bcopy.S index 34375ba1e..21430ce90 100644 --- a/libc/nexgen32e/bcopy.S +++ b/libc/nexgen32e/bcopy.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/bsf.S b/libc/nexgen32e/bsf.S index ba5fd9e3f..a0686a1d4 100644 --- a/libc/nexgen32e/bsf.S +++ b/libc/nexgen32e/bsf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/bsfl.S b/libc/nexgen32e/bsfl.S index 0b583658d..15e495733 100644 --- a/libc/nexgen32e/bsfl.S +++ b/libc/nexgen32e/bsfl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/bsr.S b/libc/nexgen32e/bsr.S index f8c5407f7..963fd37f2 100644 --- a/libc/nexgen32e/bsr.S +++ b/libc/nexgen32e/bsr.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/bsrl.S b/libc/nexgen32e/bsrl.S index 62050cbfc..9640d022f 100644 --- a/libc/nexgen32e/bsrl.S +++ b/libc/nexgen32e/bsrl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/bsrmax.S b/libc/nexgen32e/bsrmax.S index 191341796..d34bbeafd 100644 --- a/libc/nexgen32e/bsrmax.S +++ b/libc/nexgen32e/bsrmax.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/bzero.S b/libc/nexgen32e/bzero.S index 788f9a9f1..0267db6a7 100644 --- a/libc/nexgen32e/bzero.S +++ b/libc/nexgen32e/bzero.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/cescapec.S b/libc/nexgen32e/cescapec.S index 5b5788121..869a55e3e 100644 --- a/libc/nexgen32e/cescapec.S +++ b/libc/nexgen32e/cescapec.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/clamp1.S b/libc/nexgen32e/clamp1.S index 6b28e9a02..4247acf66 100644 --- a/libc/nexgen32e/clamp1.S +++ b/libc/nexgen32e/clamp1.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/cmpsb.S b/libc/nexgen32e/cmpsb.S index 6c0a377b5..1941570f4 100644 --- a/libc/nexgen32e/cmpsb.S +++ b/libc/nexgen32e/cmpsb.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/cmpsl.S b/libc/nexgen32e/cmpsl.S index cb3dc3685..59c7906e9 100644 --- a/libc/nexgen32e/cmpsl.S +++ b/libc/nexgen32e/cmpsl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/cmpsq.S b/libc/nexgen32e/cmpsq.S index 83099982f..4cbb85f71 100644 --- a/libc/nexgen32e/cmpsq.S +++ b/libc/nexgen32e/cmpsq.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/cmpsw.S b/libc/nexgen32e/cmpsw.S index 8dd7435fd..a6e37cfa7 100644 --- a/libc/nexgen32e/cmpsw.S +++ b/libc/nexgen32e/cmpsw.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/cmpub.S b/libc/nexgen32e/cmpub.S index 56961c8ac..0d0c7932f 100644 --- a/libc/nexgen32e/cmpub.S +++ b/libc/nexgen32e/cmpub.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/cmpul.S b/libc/nexgen32e/cmpul.S index 6a2fd201f..88dac225f 100644 --- a/libc/nexgen32e/cmpul.S +++ b/libc/nexgen32e/cmpul.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/cmpuq.S b/libc/nexgen32e/cmpuq.S index b5bb944f3..d316a9b9d 100644 --- a/libc/nexgen32e/cmpuq.S +++ b/libc/nexgen32e/cmpuq.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/cmpuw.S b/libc/nexgen32e/cmpuw.S index bd23135a4..0d0a12052 100644 --- a/libc/nexgen32e/cmpuw.S +++ b/libc/nexgen32e/cmpuw.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/crc32-pclmul.S b/libc/nexgen32e/crc32-pclmul.S index e555162c8..a1cc9fba5 100644 --- a/libc/nexgen32e/crc32-pclmul.S +++ b/libc/nexgen32e/crc32-pclmul.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/crc32.S b/libc/nexgen32e/crc32.S index 4adb3cc5e..a460496dc 100644 --- a/libc/nexgen32e/crc32.S +++ b/libc/nexgen32e/crc32.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/crc32c.S b/libc/nexgen32e/crc32c.S index c6135f327..57bebc553 100644 --- a/libc/nexgen32e/crc32c.S +++ b/libc/nexgen32e/crc32c.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/crc32init.S b/libc/nexgen32e/crc32init.S index bc413bdad..af2d79d2a 100644 --- a/libc/nexgen32e/crc32init.S +++ b/libc/nexgen32e/crc32init.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/ctype.S b/libc/nexgen32e/ctype.S index 90f484c06..10e11ed42 100644 --- a/libc/nexgen32e/ctype.S +++ b/libc/nexgen32e/ctype.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/div10.greg.S b/libc/nexgen32e/div10.greg.S index 637b67731..5690a2a32 100644 --- a/libc/nexgen32e/div10.greg.S +++ b/libc/nexgen32e/div10.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/div1000000000int64.greg.S b/libc/nexgen32e/div1000000000int64.greg.S index 0822f65e7..caaa4c497 100644 --- a/libc/nexgen32e/div1000000000int64.greg.S +++ b/libc/nexgen32e/div1000000000int64.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/div1000000int64.greg.S b/libc/nexgen32e/div1000000int64.greg.S index 7fc9f0e52..2a5a4f5ff 100644 --- a/libc/nexgen32e/div1000000int64.greg.S +++ b/libc/nexgen32e/div1000000int64.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/div1000int64.greg.S b/libc/nexgen32e/div1000int64.greg.S index ac5e28dfa..bab8f9bc5 100644 --- a/libc/nexgen32e/div1000int64.greg.S +++ b/libc/nexgen32e/div1000int64.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/div10int64.greg.S b/libc/nexgen32e/div10int64.greg.S index 3a7f412f2..86b6e5fb6 100644 --- a/libc/nexgen32e/div10int64.greg.S +++ b/libc/nexgen32e/div10int64.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/environ.S b/libc/nexgen32e/environ.S index 80ce6f28f..be77a1e14 100644 --- a/libc/nexgen32e/environ.S +++ b/libc/nexgen32e/environ.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/explicit_bzero.S b/libc/nexgen32e/explicit_bzero.S index de85d01bc..744c57d8c 100644 --- a/libc/nexgen32e/explicit_bzero.S +++ b/libc/nexgen32e/explicit_bzero.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/ffs.S b/libc/nexgen32e/ffs.S index 15b1d8e4e..39be2372c 100644 --- a/libc/nexgen32e/ffs.S +++ b/libc/nexgen32e/ffs.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/ffsl.S b/libc/nexgen32e/ffsl.S index e14c4ec7e..44327c062 100644 --- a/libc/nexgen32e/ffsl.S +++ b/libc/nexgen32e/ffsl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/g_argv.S b/libc/nexgen32e/g_argv.S index ba149b035..fc9f6f564 100644 --- a/libc/nexgen32e/g_argv.S +++ b/libc/nexgen32e/g_argv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/g_auxv.S b/libc/nexgen32e/g_auxv.S index ce1b5e93c..742052c44 100644 --- a/libc/nexgen32e/g_auxv.S +++ b/libc/nexgen32e/g_auxv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/g_runstate.S b/libc/nexgen32e/g_runstate.S index ac436574f..fc9a8875e 100644 --- a/libc/nexgen32e/g_runstate.S +++ b/libc/nexgen32e/g_runstate.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/gc.S b/libc/nexgen32e/gc.S index cde05645b..0460da7d4 100644 --- a/libc/nexgen32e/gc.S +++ b/libc/nexgen32e/gc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/gclongjmp.S b/libc/nexgen32e/gclongjmp.S index dca4b832e..65977768a 100644 --- a/libc/nexgen32e/gclongjmp.S +++ b/libc/nexgen32e/gclongjmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/hextoint.S b/libc/nexgen32e/hextoint.S index fd1cda346..689375216 100644 --- a/libc/nexgen32e/hextoint.S +++ b/libc/nexgen32e/hextoint.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/identity.S b/libc/nexgen32e/identity.S index 63d551f1d..a966788e1 100644 --- a/libc/nexgen32e/identity.S +++ b/libc/nexgen32e/identity.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/imapxlatab.S b/libc/nexgen32e/imapxlatab.S index 416245eb4..ca1ac0091 100644 --- a/libc/nexgen32e/imapxlatab.S +++ b/libc/nexgen32e/imapxlatab.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iscntrl.S b/libc/nexgen32e/iscntrl.S index cb93584b1..3818bd222 100644 --- a/libc/nexgen32e/iscntrl.S +++ b/libc/nexgen32e/iscntrl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/isgraph.S b/libc/nexgen32e/isgraph.S index 81acb2145..75f508d0b 100644 --- a/libc/nexgen32e/isgraph.S +++ b/libc/nexgen32e/isgraph.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/ispunct.S b/libc/nexgen32e/ispunct.S index fed90665a..fe0d6e9a6 100644 --- a/libc/nexgen32e/ispunct.S +++ b/libc/nexgen32e/ispunct.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswalnum.S b/libc/nexgen32e/iswalnum.S index 45d82b8a5..1807fce1f 100644 --- a/libc/nexgen32e/iswalnum.S +++ b/libc/nexgen32e/iswalnum.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswalpha.S b/libc/nexgen32e/iswalpha.S index 7e369299c..da6c5e4fc 100644 --- a/libc/nexgen32e/iswalpha.S +++ b/libc/nexgen32e/iswalpha.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswblank.S b/libc/nexgen32e/iswblank.S index e3835cac8..8355a213b 100644 --- a/libc/nexgen32e/iswblank.S +++ b/libc/nexgen32e/iswblank.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswcntrl.S b/libc/nexgen32e/iswcntrl.S index cc8aaa2e6..96c7769be 100644 --- a/libc/nexgen32e/iswcntrl.S +++ b/libc/nexgen32e/iswcntrl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswdigit.S b/libc/nexgen32e/iswdigit.S index 06ff6b97f..dd00e32bc 100644 --- a/libc/nexgen32e/iswdigit.S +++ b/libc/nexgen32e/iswdigit.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswgraph.S b/libc/nexgen32e/iswgraph.S index c64ad408f..051af6a28 100644 --- a/libc/nexgen32e/iswgraph.S +++ b/libc/nexgen32e/iswgraph.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswlower.S b/libc/nexgen32e/iswlower.S index dfb1ddfca..71a5f2b26 100644 --- a/libc/nexgen32e/iswlower.S +++ b/libc/nexgen32e/iswlower.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswprint.S b/libc/nexgen32e/iswprint.S index 434d96e7f..c313f2768 100644 --- a/libc/nexgen32e/iswprint.S +++ b/libc/nexgen32e/iswprint.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswpunct.S b/libc/nexgen32e/iswpunct.S index f47e4b524..78e8cdfd1 100644 --- a/libc/nexgen32e/iswpunct.S +++ b/libc/nexgen32e/iswpunct.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswspace.S b/libc/nexgen32e/iswspace.S index 0e87e3eb0..00c6b4d9f 100644 --- a/libc/nexgen32e/iswspace.S +++ b/libc/nexgen32e/iswspace.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswupper.S b/libc/nexgen32e/iswupper.S index fcaf2f790..1ed6ae180 100644 --- a/libc/nexgen32e/iswupper.S +++ b/libc/nexgen32e/iswupper.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/iswxdigit.S b/libc/nexgen32e/iswxdigit.S index 197794d53..e2d4ecf1a 100644 --- a/libc/nexgen32e/iswxdigit.S +++ b/libc/nexgen32e/iswxdigit.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/kbase36.S b/libc/nexgen32e/kbase36.S index 0b9167c00..38965f593 100644 --- a/libc/nexgen32e/kbase36.S +++ b/libc/nexgen32e/kbase36.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/kcp437.S b/libc/nexgen32e/kcp437.S index 2c8a424cb..ef845cbbe 100644 --- a/libc/nexgen32e/kcp437.S +++ b/libc/nexgen32e/kcp437.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/kcpuids.S b/libc/nexgen32e/kcpuids.S index 228257757..fd01c757c 100644 --- a/libc/nexgen32e/kcpuids.S +++ b/libc/nexgen32e/kcpuids.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/kcrc32ctab.S b/libc/nexgen32e/kcrc32ctab.S index 3550280e4..5172242b6 100644 --- a/libc/nexgen32e/kcrc32ctab.S +++ b/libc/nexgen32e/kcrc32ctab.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/kcrc32tab.S b/libc/nexgen32e/kcrc32tab.S index 1090a1446..36cb48c47 100644 --- a/libc/nexgen32e/kcrc32tab.S +++ b/libc/nexgen32e/kcrc32tab.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/kctype.S b/libc/nexgen32e/kctype.S index dadbd1cae..c5d4afd38 100644 --- a/libc/nexgen32e/kctype.S +++ b/libc/nexgen32e/kctype.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/kreversebits.S b/libc/nexgen32e/kreversebits.S index d9072d320..30a3d16ed 100644 --- a/libc/nexgen32e/kreversebits.S +++ b/libc/nexgen32e/kreversebits.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/ksigsetempty.S b/libc/nexgen32e/ksigsetempty.S index 490eb8966..96e107058 100644 --- a/libc/nexgen32e/ksigsetempty.S +++ b/libc/nexgen32e/ksigsetempty.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/ksigsetfull.S b/libc/nexgen32e/ksigsetfull.S index 58d770aeb..f0e25f1ce 100644 --- a/libc/nexgen32e/ksigsetfull.S +++ b/libc/nexgen32e/ksigsetfull.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/kstarttsc.S b/libc/nexgen32e/kstarttsc.S index f7d221d2c..b3de12460 100644 --- a/libc/nexgen32e/kstarttsc.S +++ b/libc/nexgen32e/kstarttsc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/ktolower.S b/libc/nexgen32e/ktolower.S index df0f355b3..5352947e8 100644 --- a/libc/nexgen32e/ktolower.S +++ b/libc/nexgen32e/ktolower.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/ktoupper.S b/libc/nexgen32e/ktoupper.S index 533699aaa..9fdd95d12 100644 --- a/libc/nexgen32e/ktoupper.S +++ b/libc/nexgen32e/ktoupper.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/llog10.S b/libc/nexgen32e/llog10.S index 57d20d45e..cbbd87435 100644 --- a/libc/nexgen32e/llog10.S +++ b/libc/nexgen32e/llog10.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/loadxmm.S b/libc/nexgen32e/loadxmm.S index 3e35b87b8..14ed8372a 100644 --- a/libc/nexgen32e/loadxmm.S +++ b/libc/nexgen32e/loadxmm.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/lolendian.S b/libc/nexgen32e/lolendian.S index 4fb75f3fe..65a671b33 100644 --- a/libc/nexgen32e/lolendian.S +++ b/libc/nexgen32e/lolendian.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/longjmp.S b/libc/nexgen32e/longjmp.S index 2e93e2e0b..ecb22a028 100644 --- a/libc/nexgen32e/longjmp.S +++ b/libc/nexgen32e/longjmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/lzcnt.S b/libc/nexgen32e/lzcnt.S index 092a27b17..2ce17e274 100644 --- a/libc/nexgen32e/lzcnt.S +++ b/libc/nexgen32e/lzcnt.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/lzcntl.S b/libc/nexgen32e/lzcntl.S index 576c42435..519c3645b 100644 --- a/libc/nexgen32e/lzcntl.S +++ b/libc/nexgen32e/lzcntl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/macros.inc b/libc/nexgen32e/macros.inc index 3ca46d821..53db1a836 100644 --- a/libc/nexgen32e/macros.inc +++ b/libc/nexgen32e/macros.inc @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memcmp-avx2.S b/libc/nexgen32e/memcmp-avx2.S index 25effea65..1387d2f67 100644 --- a/libc/nexgen32e/memcmp-avx2.S +++ b/libc/nexgen32e/memcmp-avx2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memcmp-hook.S b/libc/nexgen32e/memcmp-hook.S index 89ac28898..d80635733 100644 --- a/libc/nexgen32e/memcmp-hook.S +++ b/libc/nexgen32e/memcmp-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memcmp-sse2.S b/libc/nexgen32e/memcmp-sse2.S index 350aa35ad..0494e64ff 100644 --- a/libc/nexgen32e/memcmp-sse2.S +++ b/libc/nexgen32e/memcmp-sse2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memcmp.S b/libc/nexgen32e/memcmp.S index 1df733529..62de69384 100644 --- a/libc/nexgen32e/memcmp.S +++ b/libc/nexgen32e/memcmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memcpy.S b/libc/nexgen32e/memcpy.S index aa359e38a..dd9ae4c2a 100644 --- a/libc/nexgen32e/memcpy.S +++ b/libc/nexgen32e/memcpy.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memeqmask.S b/libc/nexgen32e/memeqmask.S index 73d5d023f..f1e4c273c 100644 --- a/libc/nexgen32e/memeqmask.S +++ b/libc/nexgen32e/memeqmask.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memjmpinit.S b/libc/nexgen32e/memjmpinit.S index 97db1a444..0e3d57ddf 100644 --- a/libc/nexgen32e/memjmpinit.S +++ b/libc/nexgen32e/memjmpinit.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memmove.S b/libc/nexgen32e/memmove.S index ab87b5696..f34a037ef 100644 --- a/libc/nexgen32e/memmove.S +++ b/libc/nexgen32e/memmove.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/mempcpy.S b/libc/nexgen32e/mempcpy.S index a68b3532b..9f286e547 100644 --- a/libc/nexgen32e/mempcpy.S +++ b/libc/nexgen32e/mempcpy.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memrchr.S b/libc/nexgen32e/memrchr.S index ab399aea5..47f6482b9 100644 --- a/libc/nexgen32e/memrchr.S +++ b/libc/nexgen32e/memrchr.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memrchr16.S b/libc/nexgen32e/memrchr16.S index 3f335abad..9d4b734f0 100644 --- a/libc/nexgen32e/memrchr16.S +++ b/libc/nexgen32e/memrchr16.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memrchr32.S b/libc/nexgen32e/memrchr32.S index cdc1da7da..02ca12c0e 100644 --- a/libc/nexgen32e/memrchr32.S +++ b/libc/nexgen32e/memrchr32.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/memset.S b/libc/nexgen32e/memset.S index 93d90164b..22e31f10d 100644 --- a/libc/nexgen32e/memset.S +++ b/libc/nexgen32e/memset.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/mod1000000000int64.greg.S b/libc/nexgen32e/mod1000000000int64.greg.S index 40d6db8be..41f0db8e3 100644 --- a/libc/nexgen32e/mod1000000000int64.greg.S +++ b/libc/nexgen32e/mod1000000000int64.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/mod1000000int64.greg.S b/libc/nexgen32e/mod1000000int64.greg.S index c6ec7a191..c8d59d1bd 100644 --- a/libc/nexgen32e/mod1000000int64.greg.S +++ b/libc/nexgen32e/mod1000000int64.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/mod1000int64.greg.S b/libc/nexgen32e/mod1000int64.greg.S index 2b6f38294..8e16945e4 100644 --- a/libc/nexgen32e/mod1000int64.greg.S +++ b/libc/nexgen32e/mod1000int64.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/mod10int64.greg.S b/libc/nexgen32e/mod10int64.greg.S index 14adfba35..efae4668e 100644 --- a/libc/nexgen32e/mod10int64.greg.S +++ b/libc/nexgen32e/mod10int64.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/nt2sysv.S b/libc/nexgen32e/nt2sysv.S index a09f971db..7321df831 100644 --- a/libc/nexgen32e/nt2sysv.S +++ b/libc/nexgen32e/nt2sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/pcmpstr.inc b/libc/nexgen32e/pcmpstr.inc index 9f815b836..dca010ce0 100644 --- a/libc/nexgen32e/pcmpstr.inc +++ b/libc/nexgen32e/pcmpstr.inc @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/program_invocation_name.S b/libc/nexgen32e/program_invocation_name.S index dc5e7c6c5..55564e9d8 100644 --- a/libc/nexgen32e/program_invocation_name.S +++ b/libc/nexgen32e/program_invocation_name.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/rldecode.S b/libc/nexgen32e/rldecode.S index 2c7b4a090..2041f2fcb 100644 --- a/libc/nexgen32e/rldecode.S +++ b/libc/nexgen32e/rldecode.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/savexmm.S b/libc/nexgen32e/savexmm.S index 1da77e418..a7739267f 100644 --- a/libc/nexgen32e/savexmm.S +++ b/libc/nexgen32e/savexmm.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/setjmp.S b/libc/nexgen32e/setjmp.S index 5c184b9b5..d40e5122d 100644 --- a/libc/nexgen32e/setjmp.S +++ b/libc/nexgen32e/setjmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/sgetc.S b/libc/nexgen32e/sgetc.S index e94fe1bd6..ef2ce9486 100644 --- a/libc/nexgen32e/sgetc.S +++ b/libc/nexgen32e/sgetc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/slowcall.S b/libc/nexgen32e/slowcall.S index 75dcd1ddc..cb2bba4bb 100644 --- a/libc/nexgen32e/slowcall.S +++ b/libc/nexgen32e/slowcall.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcasecmp.S b/libc/nexgen32e/strcasecmp.S index 71aea71fa..a0d815222 100644 --- a/libc/nexgen32e/strcasecmp.S +++ b/libc/nexgen32e/strcasecmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcasecmp16.S b/libc/nexgen32e/strcasecmp16.S index 30c7dbc90..712196567 100644 --- a/libc/nexgen32e/strcasecmp16.S +++ b/libc/nexgen32e/strcasecmp16.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcaseconv.S b/libc/nexgen32e/strcaseconv.S index 024a8cce6..0fbc5803c 100644 --- a/libc/nexgen32e/strcaseconv.S +++ b/libc/nexgen32e/strcaseconv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcmp-avx.S b/libc/nexgen32e/strcmp-avx.S index ee19745e9..a9d52a290 100644 --- a/libc/nexgen32e/strcmp-avx.S +++ b/libc/nexgen32e/strcmp-avx.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcmp-hook.S b/libc/nexgen32e/strcmp-hook.S index b19d68aec..ab69a5f4e 100644 --- a/libc/nexgen32e/strcmp-hook.S +++ b/libc/nexgen32e/strcmp-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcmp.S b/libc/nexgen32e/strcmp.S index 54c7f340b..3362f186c 100644 --- a/libc/nexgen32e/strcmp.S +++ b/libc/nexgen32e/strcmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcmp16-hook.S b/libc/nexgen32e/strcmp16-hook.S index 77b023b8a..1ad789f01 100644 --- a/libc/nexgen32e/strcmp16-hook.S +++ b/libc/nexgen32e/strcmp16-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcmp16-k8.S b/libc/nexgen32e/strcmp16-k8.S index 184f802a4..2f3a2d534 100644 --- a/libc/nexgen32e/strcmp16-k8.S +++ b/libc/nexgen32e/strcmp16-k8.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcmp16.S b/libc/nexgen32e/strcmp16.S index 7226542d4..d8cedf2cf 100644 --- a/libc/nexgen32e/strcmp16.S +++ b/libc/nexgen32e/strcmp16.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strcpyzbw.S b/libc/nexgen32e/strcpyzbw.S index a99aaac4c..92bf93355 100644 --- a/libc/nexgen32e/strcpyzbw.S +++ b/libc/nexgen32e/strcpyzbw.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strncmp-hook.S b/libc/nexgen32e/strncmp-hook.S index f127ddd20..c95ca9cbd 100644 --- a/libc/nexgen32e/strncmp-hook.S +++ b/libc/nexgen32e/strncmp-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strncmp.S b/libc/nexgen32e/strncmp.S index c7019315a..67f8aef50 100644 --- a/libc/nexgen32e/strncmp.S +++ b/libc/nexgen32e/strncmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strncmp16-hook.S b/libc/nexgen32e/strncmp16-hook.S index 901dddd26..6ad22a5fa 100644 --- a/libc/nexgen32e/strncmp16-hook.S +++ b/libc/nexgen32e/strncmp16-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strncmp16.S b/libc/nexgen32e/strncmp16.S index de5b06350..0eb8afecd 100644 --- a/libc/nexgen32e/strncmp16.S +++ b/libc/nexgen32e/strncmp16.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strsak.S b/libc/nexgen32e/strsak.S index 330a70c2a..a37391b4e 100644 --- a/libc/nexgen32e/strsak.S +++ b/libc/nexgen32e/strsak.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strsak16.S b/libc/nexgen32e/strsak16.S index 33c95b8fd..c5b54d801 100644 --- a/libc/nexgen32e/strsak16.S +++ b/libc/nexgen32e/strsak16.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strsak32.S b/libc/nexgen32e/strsak32.S index e10665fdc..b35fc1d53 100644 --- a/libc/nexgen32e/strsak32.S +++ b/libc/nexgen32e/strsak32.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strstr-sse42.S b/libc/nexgen32e/strstr-sse42.S index 443dffd14..9e30ed9fb 100644 --- a/libc/nexgen32e/strstr-sse42.S +++ b/libc/nexgen32e/strstr-sse42.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strstr.inc b/libc/nexgen32e/strstr.inc index 12433577b..69737b3db 100644 --- a/libc/nexgen32e/strstr.inc +++ b/libc/nexgen32e/strstr.inc @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/strstr16-sse42.S b/libc/nexgen32e/strstr16-sse42.S index e4c7d86df..39a624c96 100644 --- a/libc/nexgen32e/strstr16-sse42.S +++ b/libc/nexgen32e/strstr16-sse42.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/sysv2nt.S b/libc/nexgen32e/sysv2nt.S index 4535afc9e..5bd4d8ec8 100644 --- a/libc/nexgen32e/sysv2nt.S +++ b/libc/nexgen32e/sysv2nt.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tinydivsi.greg.S b/libc/nexgen32e/tinydivsi.greg.S index 0a3509e6c..4dae771a2 100644 --- a/libc/nexgen32e/tinydivsi.greg.S +++ b/libc/nexgen32e/tinydivsi.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tinystrcmp.S b/libc/nexgen32e/tinystrcmp.S index 2d59c0f3d..1323bd970 100644 --- a/libc/nexgen32e/tinystrcmp.S +++ b/libc/nexgen32e/tinystrcmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tinystrlen.greg.S b/libc/nexgen32e/tinystrlen.greg.S index cc0d92f8e..2b73a6bca 100644 --- a/libc/nexgen32e/tinystrlen.greg.S +++ b/libc/nexgen32e/tinystrlen.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tinystrlen16.greg.S b/libc/nexgen32e/tinystrlen16.greg.S index e79aa8d96..2ec44a476 100644 --- a/libc/nexgen32e/tinystrlen16.greg.S +++ b/libc/nexgen32e/tinystrlen16.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tinystrnlen.greg.S b/libc/nexgen32e/tinystrnlen.greg.S index 250b228bf..2d952687b 100644 --- a/libc/nexgen32e/tinystrnlen.greg.S +++ b/libc/nexgen32e/tinystrnlen.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tinystrnlen16.greg.S b/libc/nexgen32e/tinystrnlen16.greg.S index 59c0aac25..d3b9bfcb9 100644 --- a/libc/nexgen32e/tinystrnlen16.greg.S +++ b/libc/nexgen32e/tinystrnlen16.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tinywcslen.greg.S b/libc/nexgen32e/tinywcslen.greg.S index fe02b3e9c..da195d2c7 100644 --- a/libc/nexgen32e/tinywcslen.greg.S +++ b/libc/nexgen32e/tinywcslen.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tinywcsnlen.greg.S b/libc/nexgen32e/tinywcsnlen.greg.S index 88db2099e..5e8783abe 100644 --- a/libc/nexgen32e/tinywcsnlen.greg.S +++ b/libc/nexgen32e/tinywcsnlen.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tolower.S b/libc/nexgen32e/tolower.S index 878284334..0b5209bd8 100644 --- a/libc/nexgen32e/tolower.S +++ b/libc/nexgen32e/tolower.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/toupper.S b/libc/nexgen32e/toupper.S index f62db8abc..071faef06 100644 --- a/libc/nexgen32e/toupper.S +++ b/libc/nexgen32e/toupper.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/towlower.S b/libc/nexgen32e/towlower.S index 0f49ff2db..98cf11014 100644 --- a/libc/nexgen32e/towlower.S +++ b/libc/nexgen32e/towlower.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/towupper.S b/libc/nexgen32e/towupper.S index 7bd7cc396..8aa8462f7 100644 --- a/libc/nexgen32e/towupper.S +++ b/libc/nexgen32e/towupper.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tzcnt.S b/libc/nexgen32e/tzcnt.S index 2f9ffef0d..f9aa7c48f 100644 --- a/libc/nexgen32e/tzcnt.S +++ b/libc/nexgen32e/tzcnt.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/tzcntl.S b/libc/nexgen32e/tzcntl.S index 8c2f2b6e5..91c9c3760 100644 --- a/libc/nexgen32e/tzcntl.S +++ b/libc/nexgen32e/tzcntl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/vcls.S b/libc/nexgen32e/vcls.S index 2b7ca8428..abcd1a8a2 100644 --- a/libc/nexgen32e/vcls.S +++ b/libc/nexgen32e/vcls.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/wcscasecmp.S b/libc/nexgen32e/wcscasecmp.S index 1aee90e9d..4d5b5266d 100644 --- a/libc/nexgen32e/wcscasecmp.S +++ b/libc/nexgen32e/wcscasecmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/wcscmp-hook.S b/libc/nexgen32e/wcscmp-hook.S index d7aa0d333..9029e4af8 100644 --- a/libc/nexgen32e/wcscmp-hook.S +++ b/libc/nexgen32e/wcscmp-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/wcscmp-k8.S b/libc/nexgen32e/wcscmp-k8.S index 6dfaf95c3..fb0bb09a3 100644 --- a/libc/nexgen32e/wcscmp-k8.S +++ b/libc/nexgen32e/wcscmp-k8.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/wcscmp.S b/libc/nexgen32e/wcscmp.S index 5356237ae..a61e80b1b 100644 --- a/libc/nexgen32e/wcscmp.S +++ b/libc/nexgen32e/wcscmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/wcsncmp-hook.S b/libc/nexgen32e/wcsncmp-hook.S index 9b9f87bc8..f4053b1a4 100644 --- a/libc/nexgen32e/wcsncmp-hook.S +++ b/libc/nexgen32e/wcsncmp-hook.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/wcsncmp.S b/libc/nexgen32e/wcsncmp.S index 9b4be2fc8..e6bbfea0e 100644 --- a/libc/nexgen32e/wcsncmp.S +++ b/libc/nexgen32e/wcsncmp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/x87conf.inc b/libc/nexgen32e/x87conf.inc index 7d28c5dd2..f547b0db1 100644 --- a/libc/nexgen32e/x87conf.inc +++ b/libc/nexgen32e/x87conf.inc @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nexgen32e/xlm.S b/libc/nexgen32e/xlm.S index a5e345add..b405cd49a 100644 --- a/libc/nexgen32e/xlm.S +++ b/libc/nexgen32e/xlm.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nt/ntdllimport.S b/libc/nt/ntdllimport.S index efc15b968..d64e27415 100644 --- a/libc/nt/ntdllimport.S +++ b/libc/nt/ntdllimport.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/nt/ntdllimport.h b/libc/nt/ntdllimport.h index c1834881d..31a88c18c 100644 --- a/libc/nt/ntdllimport.h +++ b/libc/nt/ntdllimport.h @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/rand/g_rando.S b/libc/rand/g_rando.S index 737245254..4fe478c15 100644 --- a/libc/rand/g_rando.S +++ b/libc/rand/g_rando.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/_exit.S b/libc/runtime/_exit.S index 0ace68019..590ba5f4b 100644 --- a/libc/runtime/_exit.S +++ b/libc/runtime/_exit.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/abort.S b/libc/runtime/abort.S index 006c0cc01..fe1db2be8 100644 --- a/libc/runtime/abort.S +++ b/libc/runtime/abort.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/cxaatexit.S b/libc/runtime/cxaatexit.S index 003646b74..24fbd3b25 100644 --- a/libc/runtime/cxaatexit.S +++ b/libc/runtime/cxaatexit.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/dsohandle.S b/libc/runtime/dsohandle.S index e59c53429..55a18d65c 100644 --- a/libc/runtime/dsohandle.S +++ b/libc/runtime/dsohandle.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/fastmath.S b/libc/runtime/fastmath.S index 7da5cfcac..faa3bd2fa 100644 --- a/libc/runtime/fastmath.S +++ b/libc/runtime/fastmath.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/fpreset.S b/libc/runtime/fpreset.S index a2f30e51e..ef3436b10 100644 --- a/libc/runtime/fpreset.S +++ b/libc/runtime/fpreset.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/g_argc.S b/libc/runtime/g_argc.S index 25552f502..fb20eac1e 100644 --- a/libc/runtime/g_argc.S +++ b/libc/runtime/g_argc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/getpagesize.S b/libc/runtime/getpagesize.S index 20b672caa..27806e8b8 100644 --- a/libc/runtime/getpagesize.S +++ b/libc/runtime/getpagesize.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/init.S b/libc/runtime/init.S index 8f41754c7..69ed4b5ee 100644 --- a/libc/runtime/init.S +++ b/libc/runtime/init.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/kntsystemdirectory.S b/libc/runtime/kntsystemdirectory.S index fdbc1a682..1b18ffbd3 100644 --- a/libc/runtime/kntsystemdirectory.S +++ b/libc/runtime/kntsystemdirectory.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/kntwindowsdirectory.S b/libc/runtime/kntwindowsdirectory.S index d7b364631..a03faca7a 100644 --- a/libc/runtime/kntwindowsdirectory.S +++ b/libc/runtime/kntwindowsdirectory.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/mapanon-thunk.S b/libc/runtime/mapanon-thunk.S index fa43daf94..88cc453c7 100644 --- a/libc/runtime/mapanon-thunk.S +++ b/libc/runtime/mapanon-thunk.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/mergepages.S b/libc/runtime/mergepages.S index aff5fdbc8..27deac848 100644 --- a/libc/runtime/mergepages.S +++ b/libc/runtime/mergepages.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/munmap-thunk.S b/libc/runtime/munmap-thunk.S index 484c5cdd6..7ed2c55ff 100644 --- a/libc/runtime/munmap-thunk.S +++ b/libc/runtime/munmap-thunk.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/peekall.S b/libc/runtime/peekall.S index f29db1759..0b0d46038 100644 --- a/libc/runtime/peekall.S +++ b/libc/runtime/peekall.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/progname.S b/libc/runtime/progname.S index 10ca93589..645064df7 100644 --- a/libc/runtime/progname.S +++ b/libc/runtime/progname.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/program_invocation_short_name.S b/libc/runtime/program_invocation_short_name.S index eae3d5974..9140988cd 100644 --- a/libc/runtime/program_invocation_short_name.S +++ b/libc/runtime/program_invocation_short_name.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/startmain.S b/libc/runtime/startmain.S index c325bb781..3fdc34226 100644 --- a/libc/runtime/startmain.S +++ b/libc/runtime/startmain.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/runtime/weakfree.S b/libc/runtime/weakfree.S index 7cc54a238..fb35030e6 100644 --- a/libc/runtime/weakfree.S +++ b/libc/runtime/weakfree.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/fseeko.S b/libc/stdio/fseeko.S index 791081db8..92c6addcb 100644 --- a/libc/stdio/fseeko.S +++ b/libc/stdio/fseeko.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/ftello.S b/libc/stdio/ftello.S index dd4419a43..143b8e84b 100644 --- a/libc/stdio/ftello.S +++ b/libc/stdio/ftello.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/g_stderr_init.S b/libc/stdio/g_stderr_init.S index eece4a8a0..4a4a984f2 100644 --- a/libc/stdio/g_stderr_init.S +++ b/libc/stdio/g_stderr_init.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/g_stdin_init.S b/libc/stdio/g_stdin_init.S index db99ad29a..44de317b8 100644 --- a/libc/stdio/g_stdin_init.S +++ b/libc/stdio/g_stdin_init.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/g_stdout_init.S b/libc/stdio/g_stdout_init.S index 89a753bfd..a9fb03d47 100644 --- a/libc/stdio/g_stdout_init.S +++ b/libc/stdio/g_stdout_init.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/getc.S b/libc/stdio/getc.S index 2b81a6689..c7c506e9e 100644 --- a/libc/stdio/getc.S +++ b/libc/stdio/getc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/getchar.S b/libc/stdio/getchar.S index 448363abb..7351f0efb 100644 --- a/libc/stdio/getchar.S +++ b/libc/stdio/getchar.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/getwc.S b/libc/stdio/getwc.S index 9140b9658..dad96e000 100644 --- a/libc/stdio/getwc.S +++ b/libc/stdio/getwc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/getwchar.S b/libc/stdio/getwchar.S index 6a07c7494..fd5c442e8 100644 --- a/libc/stdio/getwchar.S +++ b/libc/stdio/getwchar.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/putc.S b/libc/stdio/putc.S index 42d1456b0..63b417c13 100644 --- a/libc/stdio/putc.S +++ b/libc/stdio/putc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/putwc.S b/libc/stdio/putwc.S index 7ea4c832b..f3d5136d7 100644 --- a/libc/stdio/putwc.S +++ b/libc/stdio/putwc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/clearerr_unlocked.S b/libc/stdio/unlocked/clearerr_unlocked.S index 1381b79b5..e18a39d46 100644 --- a/libc/stdio/unlocked/clearerr_unlocked.S +++ b/libc/stdio/unlocked/clearerr_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/feof_unlocked.S b/libc/stdio/unlocked/feof_unlocked.S index b707c1c41..56a734105 100644 --- a/libc/stdio/unlocked/feof_unlocked.S +++ b/libc/stdio/unlocked/feof_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/ferror_unlocked.S b/libc/stdio/unlocked/ferror_unlocked.S index 0b702e03f..fe4ea35ef 100644 --- a/libc/stdio/unlocked/ferror_unlocked.S +++ b/libc/stdio/unlocked/ferror_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fflush_unlocked.S b/libc/stdio/unlocked/fflush_unlocked.S index 574c0e657..73a8664a7 100644 --- a/libc/stdio/unlocked/fflush_unlocked.S +++ b/libc/stdio/unlocked/fflush_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fgetc_unlocked.S b/libc/stdio/unlocked/fgetc_unlocked.S index e9b7cccf6..566ebe3af 100644 --- a/libc/stdio/unlocked/fgetc_unlocked.S +++ b/libc/stdio/unlocked/fgetc_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fgets_unlocked.S b/libc/stdio/unlocked/fgets_unlocked.S index d995c0e51..d3ac3250d 100644 --- a/libc/stdio/unlocked/fgets_unlocked.S +++ b/libc/stdio/unlocked/fgets_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fgetwc_unlocked.S b/libc/stdio/unlocked/fgetwc_unlocked.S index c5523c82e..db93268a5 100644 --- a/libc/stdio/unlocked/fgetwc_unlocked.S +++ b/libc/stdio/unlocked/fgetwc_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fgetws_unlocked.S b/libc/stdio/unlocked/fgetws_unlocked.S index de10b5789..7b46bd40d 100644 --- a/libc/stdio/unlocked/fgetws_unlocked.S +++ b/libc/stdio/unlocked/fgetws_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fileno_unlocked.S b/libc/stdio/unlocked/fileno_unlocked.S index 619b3ee07..2d6d5e6a4 100644 --- a/libc/stdio/unlocked/fileno_unlocked.S +++ b/libc/stdio/unlocked/fileno_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fputc_unlocked.S b/libc/stdio/unlocked/fputc_unlocked.S index fa5d3c93a..7477b85d9 100644 --- a/libc/stdio/unlocked/fputc_unlocked.S +++ b/libc/stdio/unlocked/fputc_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fputs_unlocked.S b/libc/stdio/unlocked/fputs_unlocked.S index 84dd51f90..86637cedc 100644 --- a/libc/stdio/unlocked/fputs_unlocked.S +++ b/libc/stdio/unlocked/fputs_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fputwc_unlocked.S b/libc/stdio/unlocked/fputwc_unlocked.S index 0e6dcd82f..32cbd42c4 100644 --- a/libc/stdio/unlocked/fputwc_unlocked.S +++ b/libc/stdio/unlocked/fputwc_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fputws_unlocked.S b/libc/stdio/unlocked/fputws_unlocked.S index 55b1dee2f..46683347f 100644 --- a/libc/stdio/unlocked/fputws_unlocked.S +++ b/libc/stdio/unlocked/fputws_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fread_unlocked.S b/libc/stdio/unlocked/fread_unlocked.S index dc68d7c13..8ef491a59 100644 --- a/libc/stdio/unlocked/fread_unlocked.S +++ b/libc/stdio/unlocked/fread_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/fwrite_unlocked.S b/libc/stdio/unlocked/fwrite_unlocked.S index 7e77e8dd3..bd2a53b31 100644 --- a/libc/stdio/unlocked/fwrite_unlocked.S +++ b/libc/stdio/unlocked/fwrite_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/getc_unlocked.S b/libc/stdio/unlocked/getc_unlocked.S index c3fce1b55..8cfa256da 100644 --- a/libc/stdio/unlocked/getc_unlocked.S +++ b/libc/stdio/unlocked/getc_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/getchar_unlocked.S b/libc/stdio/unlocked/getchar_unlocked.S index 2a85f4e6d..44e27b347 100644 --- a/libc/stdio/unlocked/getchar_unlocked.S +++ b/libc/stdio/unlocked/getchar_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/getwc_unlocked.S b/libc/stdio/unlocked/getwc_unlocked.S index 657b66253..428fe3471 100644 --- a/libc/stdio/unlocked/getwc_unlocked.S +++ b/libc/stdio/unlocked/getwc_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/getwchar_unlocked.S b/libc/stdio/unlocked/getwchar_unlocked.S index 4faff4481..5a865f602 100644 --- a/libc/stdio/unlocked/getwchar_unlocked.S +++ b/libc/stdio/unlocked/getwchar_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/putc_unlocked.S b/libc/stdio/unlocked/putc_unlocked.S index 8d65422e7..787b360e3 100644 --- a/libc/stdio/unlocked/putc_unlocked.S +++ b/libc/stdio/unlocked/putc_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/putchar_unlocked.S b/libc/stdio/unlocked/putchar_unlocked.S index dbafa6219..88bc3b87a 100644 --- a/libc/stdio/unlocked/putchar_unlocked.S +++ b/libc/stdio/unlocked/putchar_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/putwc_unlocked.S b/libc/stdio/unlocked/putwc_unlocked.S index 29f0d8540..90e97a196 100644 --- a/libc/stdio/unlocked/putwc_unlocked.S +++ b/libc/stdio/unlocked/putwc_unlocked.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stdio/unlocked/putwchar_unlocked.S b/libc/stdio/unlocked/putwchar_unlocked.S index 32d6d2801..7015247a1 100644 --- a/libc/stdio/unlocked/putwchar_unlocked.S +++ b/libc/stdio/unlocked/putwchar_unlocked.S @@ -1,5 +1,5 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/str/ktpdecoderring.S b/libc/str/ktpdecoderring.S index 0731e76f9..b708f3ef8 100644 --- a/libc/str/ktpdecoderring.S +++ b/libc/str/ktpdecoderring.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/str/rindex.S b/libc/str/rindex.S index 8c9bdb910..1d3a37c24 100644 --- a/libc/str/rindex.S +++ b/libc/str/rindex.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/str/tpenc.S b/libc/str/tpenc.S index 414e12cd5..328f1048b 100644 --- a/libc/str/tpenc.S +++ b/libc/str/tpenc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/abort.S b/libc/stubs/abort.S index b37e1d333..de14fbc29 100644 --- a/libc/stubs/abort.S +++ b/libc/stubs/abort.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/addvdi3.S b/libc/stubs/addvdi3.S index 054c28f8e..203589142 100644 --- a/libc/stubs/addvdi3.S +++ b/libc/stubs/addvdi3.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/addvsi3.S b/libc/stubs/addvsi3.S index 018c4f276..5ee51f10e 100644 --- a/libc/stubs/addvsi3.S +++ b/libc/stubs/addvsi3.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/addvti3.S b/libc/stubs/addvti3.S index 877177666..cb32e8bec 100644 --- a/libc/stubs/addvti3.S +++ b/libc/stubs/addvti3.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/asan.greg.S b/libc/stubs/asan.greg.S index 386ffffc1..fd8a93b44 100644 --- a/libc/stubs/asan.greg.S +++ b/libc/stubs/asan.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/asanjmp.greg.S b/libc/stubs/asanjmp.greg.S index 9f86c982b..cb9564fad 100644 --- a/libc/stubs/asanjmp.greg.S +++ b/libc/stubs/asanjmp.greg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/assertfail.S b/libc/stubs/assertfail.S index b9edea968..afee3605b 100644 --- a/libc/stubs/assertfail.S +++ b/libc/stubs/assertfail.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/cxapurevirtual.S b/libc/stubs/cxapurevirtual.S index fd939feaf..70a00d5b5 100644 --- a/libc/stubs/cxapurevirtual.S +++ b/libc/stubs/cxapurevirtual.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/debugbreak.S b/libc/stubs/debugbreak.S index f27dec5b4..f47e3e511 100644 --- a/libc/stubs/debugbreak.S +++ b/libc/stubs/debugbreak.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/errno.S b/libc/stubs/errno.S index 333559ca5..5c14c1add 100644 --- a/libc/stubs/errno.S +++ b/libc/stubs/errno.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/errnolocation.S b/libc/stubs/errnolocation.S index b224164c3..7a5222050 100644 --- a/libc/stubs/errnolocation.S +++ b/libc/stubs/errnolocation.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/exit.S b/libc/stubs/exit.S index afb4a5de4..6a454d895 100644 --- a/libc/stubs/exit.S +++ b/libc/stubs/exit.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/exit11.S b/libc/stubs/exit11.S index 15b547204..6be10457e 100644 --- a/libc/stubs/exit11.S +++ b/libc/stubs/exit11.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/fentry.S b/libc/stubs/fentry.S index b396e0ff4..3a0bf8251 100644 --- a/libc/stubs/fentry.S +++ b/libc/stubs/fentry.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/gcov.S b/libc/stubs/gcov.S index 4046c3a89..16f978366 100644 --- a/libc/stubs/gcov.S +++ b/libc/stubs/gcov.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/instrumentation.S b/libc/stubs/instrumentation.S index 106107316..d47682b74 100644 --- a/libc/stubs/instrumentation.S +++ b/libc/stubs/instrumentation.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/ld.S b/libc/stubs/ld.S index e8c89ff4c..1c10e93d5 100644 --- a/libc/stubs/ld.S +++ b/libc/stubs/ld.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/mcount.S b/libc/stubs/mcount.S index 80d4412fe..66ac93c3d 100644 --- a/libc/stubs/mcount.S +++ b/libc/stubs/mcount.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/missingno.S b/libc/stubs/missingno.S index c6d0db806..80634ebe1 100644 --- a/libc/stubs/missingno.S +++ b/libc/stubs/missingno.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/mulvdi3.S b/libc/stubs/mulvdi3.S index 0b9739483..59bd96bdc 100644 --- a/libc/stubs/mulvdi3.S +++ b/libc/stubs/mulvdi3.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/mulvsi3.S b/libc/stubs/mulvsi3.S index 8d4d046bb..1b50ac3c7 100644 --- a/libc/stubs/mulvsi3.S +++ b/libc/stubs/mulvsi3.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/mulvti3.S b/libc/stubs/mulvti3.S index e696644dd..5a46debaf 100644 --- a/libc/stubs/mulvti3.S +++ b/libc/stubs/mulvti3.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/negvdi2.S b/libc/stubs/negvdi2.S index d005f6731..35b318d6e 100644 --- a/libc/stubs/negvdi2.S +++ b/libc/stubs/negvdi2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/negvsi2.S b/libc/stubs/negvsi2.S index 314edd623..17498f221 100644 --- a/libc/stubs/negvsi2.S +++ b/libc/stubs/negvsi2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/negvti2.S b/libc/stubs/negvti2.S index 1a97399f2..77895fea1 100644 --- a/libc/stubs/negvti2.S +++ b/libc/stubs/negvti2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/onarithmeticoverflow.S b/libc/stubs/onarithmeticoverflow.S index 445c43998..6f537e325 100644 --- a/libc/stubs/onarithmeticoverflow.S +++ b/libc/stubs/onarithmeticoverflow.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/panic.S b/libc/stubs/panic.S index 2b7926f5e..4ccc602b5 100644 --- a/libc/stubs/panic.S +++ b/libc/stubs/panic.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/stackguard.S b/libc/stubs/stackguard.S index c25821cdc..9545e957a 100644 --- a/libc/stubs/stackguard.S +++ b/libc/stubs/stackguard.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/subvdi3.S b/libc/stubs/subvdi3.S index 9cab8698d..7a3fde19d 100644 --- a/libc/stubs/subvdi3.S +++ b/libc/stubs/subvdi3.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/subvsi3.S b/libc/stubs/subvsi3.S index bc9eb6613..91046921c 100644 --- a/libc/stubs/subvsi3.S +++ b/libc/stubs/subvsi3.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/subvti3.S b/libc/stubs/subvti3.S index f118ece01..5c59b966d 100644 --- a/libc/stubs/subvti3.S +++ b/libc/stubs/subvti3.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/triplf.S b/libc/stubs/triplf.S index d1751e167..12d25b7b4 100644 --- a/libc/stubs/triplf.S +++ b/libc/stubs/triplf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/typeinfo.S b/libc/stubs/typeinfo.S index fca4a26b9..c56ee1db7 100644 --- a/libc/stubs/typeinfo.S +++ b/libc/stubs/typeinfo.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/ubsan.S b/libc/stubs/ubsan.S index e24b8e8dc..8f163f97f 100644 --- a/libc/stubs/ubsan.S +++ b/libc/stubs/ubsan.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/unprovable.S b/libc/stubs/unprovable.S index af31f30aa..9ef9507f8 100644 --- a/libc/stubs/unprovable.S +++ b/libc/stubs/unprovable.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/xnu.S b/libc/stubs/xnu.S index aad09c335..2df54fc09 100644 --- a/libc/stubs/xnu.S +++ b/libc/stubs/xnu.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/stubs/zip.S b/libc/stubs/zip.S index 7012451d9..6c9e860cd 100644 --- a/libc/stubs/zip.S +++ b/libc/stubs/zip.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/consts/syscon.inc b/libc/sysv/consts/syscon.inc index 1c9f39478..f765b0c26 100644 --- a/libc/sysv/consts/syscon.inc +++ b/libc/sysv/consts/syscon.inc @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/g_syscount.S b/libc/sysv/g_syscount.S index 55a667164..b4d1b3319 100644 --- a/libc/sysv/g_syscount.S +++ b/libc/sysv/g_syscount.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/macros.h b/libc/sysv/macros.h index ba1712ae0..c9792b433 100644 --- a/libc/sysv/macros.h +++ b/libc/sysv/macros.h @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/restorert.S b/libc/sysv/restorert.S index cfd558ce9..9656437a6 100644 --- a/libc/sysv/restorert.S +++ b/libc/sysv/restorert.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/stackchkguard.S b/libc/sysv/stackchkguard.S index ce60faa35..2099c060a 100644 --- a/libc/sysv/stackchkguard.S +++ b/libc/sysv/stackchkguard.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/stubs/free.S b/libc/sysv/stubs/free.S index d46982616..03e30ee20 100644 --- a/libc/sysv/stubs/free.S +++ b/libc/sysv/stubs/free.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/stubs/malloc.S b/libc/sysv/stubs/malloc.S index 9523953e2..9ad667688 100644 --- a/libc/sysv/stubs/malloc.S +++ b/libc/sysv/stubs/malloc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/stubs/realloc.S b/libc/sysv/stubs/realloc.S index 5c7f2b6d7..e00f3644b 100644 --- a/libc/sysv/stubs/realloc.S +++ b/libc/sysv/stubs/realloc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/syscall.S b/libc/sysv/syscall.S index a924a474f..d85e2ef3d 100644 --- a/libc/sysv/syscall.S +++ b/libc/sysv/syscall.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/sysv/systemfive.S b/libc/sysv/systemfive.S index 9b2601c6a..21b19846e 100644 --- a/libc/sysv/systemfive.S +++ b/libc/sysv/systemfive.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/bench.S b/libc/testlib/bench.S index d8f6d19b3..b99724a5f 100644 --- a/libc/testlib/bench.S +++ b/libc/testlib/bench.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/combo.S b/libc/testlib/combo.S index e62ffcae4..99c0df3f6 100644 --- a/libc/testlib/combo.S +++ b/libc/testlib/combo.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/fixture.S b/libc/testlib/fixture.S index df4d9748a..c709545df 100644 --- a/libc/testlib/fixture.S +++ b/libc/testlib/fixture.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/hyperion.S b/libc/testlib/hyperion.S index a4a8c56dd..44d962030 100644 --- a/libc/testlib/hyperion.S +++ b/libc/testlib/hyperion.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/testcase.S b/libc/testlib/testcase.S index 1436577c8..854ea6d2d 100644 --- a/libc/testlib/testcase.S +++ b/libc/testlib/testcase.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thrashcodecache.S b/libc/testlib/thrashcodecache.S index cfed5d566..cb180f01c 100644 --- a/libc/testlib/thrashcodecache.S +++ b/libc/testlib/thrashcodecache.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/assert_eq.S b/libc/testlib/thunks/assert_eq.S index e683e080a..2f3cb909d 100644 --- a/libc/testlib/thunks/assert_eq.S +++ b/libc/testlib/thunks/assert_eq.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/assert_false.S b/libc/testlib/thunks/assert_false.S index 0497414c1..0ac94400f 100644 --- a/libc/testlib/thunks/assert_false.S +++ b/libc/testlib/thunks/assert_false.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/assert_ne.S b/libc/testlib/thunks/assert_ne.S index fe45d6509..8f581194a 100644 --- a/libc/testlib/thunks/assert_ne.S +++ b/libc/testlib/thunks/assert_ne.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/assert_true.S b/libc/testlib/thunks/assert_true.S index c04f5f4a8..87c492ba4 100644 --- a/libc/testlib/thunks/assert_true.S +++ b/libc/testlib/thunks/assert_true.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/expect_eq.S b/libc/testlib/thunks/expect_eq.S index bafb1e1b5..83209fd25 100644 --- a/libc/testlib/thunks/expect_eq.S +++ b/libc/testlib/thunks/expect_eq.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/expect_false.S b/libc/testlib/thunks/expect_false.S index 63705baa2..06f73e3d0 100644 --- a/libc/testlib/thunks/expect_false.S +++ b/libc/testlib/thunks/expect_false.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/expect_ne.S b/libc/testlib/thunks/expect_ne.S index 3ce1049fc..566c547b3 100644 --- a/libc/testlib/thunks/expect_ne.S +++ b/libc/testlib/thunks/expect_ne.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/expect_true.S b/libc/testlib/thunks/expect_true.S index df71d2b8c..74232f45a 100644 --- a/libc/testlib/thunks/expect_true.S +++ b/libc/testlib/thunks/expect_true.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/free.S b/libc/testlib/thunks/free.S index 0d449f6f1..f1ec17c2a 100644 --- a/libc/testlib/thunks/free.S +++ b/libc/testlib/thunks/free.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/testlib/thunks/jump.S b/libc/testlib/thunks/jump.S index 31213aa8f..9b7d400e6 100644 --- a/libc/testlib/thunks/jump.S +++ b/libc/testlib/thunks/jump.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/time/gettimeofday-sysv.S b/libc/time/gettimeofday-sysv.S index 17ec1f6f4..4753fe221 100644 --- a/libc/time/gettimeofday-sysv.S +++ b/libc/time/gettimeofday-sysv.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/acos.S b/libc/tinymath/acos.S index 58c98b050..ec16ffd4c 100644 --- a/libc/tinymath/acos.S +++ b/libc/tinymath/acos.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/acosf.S b/libc/tinymath/acosf.S index 1270059bd..1205965d9 100644 --- a/libc/tinymath/acosf.S +++ b/libc/tinymath/acosf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/acosl.S b/libc/tinymath/acosl.S index 41984e5a2..80b39bb7f 100644 --- a/libc/tinymath/acosl.S +++ b/libc/tinymath/acosl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/asin.S b/libc/tinymath/asin.S index 33b3c15b4..11e41d8b4 100644 --- a/libc/tinymath/asin.S +++ b/libc/tinymath/asin.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/asinf.S b/libc/tinymath/asinf.S index 42b5d0210..84f141105 100644 --- a/libc/tinymath/asinf.S +++ b/libc/tinymath/asinf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/asinl.S b/libc/tinymath/asinl.S index 14cd0d038..d656ca510 100644 --- a/libc/tinymath/asinl.S +++ b/libc/tinymath/asinl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/atan.S b/libc/tinymath/atan.S index 42cc037cd..993441a4b 100644 --- a/libc/tinymath/atan.S +++ b/libc/tinymath/atan.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/atan2.S b/libc/tinymath/atan2.S index 8e6511170..44e38d891 100644 --- a/libc/tinymath/atan2.S +++ b/libc/tinymath/atan2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/atan2f.S b/libc/tinymath/atan2f.S index 287a1a7b2..ea1ad0883 100644 --- a/libc/tinymath/atan2f.S +++ b/libc/tinymath/atan2f.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/atan2l.S b/libc/tinymath/atan2l.S index 59a09e99d..1c28f52fc 100644 --- a/libc/tinymath/atan2l.S +++ b/libc/tinymath/atan2l.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/atanf.S b/libc/tinymath/atanf.S index 4faf8ba22..e5a71ae93 100644 --- a/libc/tinymath/atanf.S +++ b/libc/tinymath/atanf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/atanl.S b/libc/tinymath/atanl.S index 796915de5..82a1b0e0d 100644 --- a/libc/tinymath/atanl.S +++ b/libc/tinymath/atanl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/c2rangr.S b/libc/tinymath/c2rangr.S index 8c0cbff12..258b53beb 100644 --- a/libc/tinymath/c2rangr.S +++ b/libc/tinymath/c2rangr.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cabs.S b/libc/tinymath/cabs.S index 45684222d..e61348335 100644 --- a/libc/tinymath/cabs.S +++ b/libc/tinymath/cabs.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cabsf.S b/libc/tinymath/cabsf.S index 9b6e5d9f6..317a63031 100644 --- a/libc/tinymath/cabsf.S +++ b/libc/tinymath/cabsf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cabsl.S b/libc/tinymath/cabsl.S index 238e912e1..de6639b5f 100644 --- a/libc/tinymath/cabsl.S +++ b/libc/tinymath/cabsl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/carg.S b/libc/tinymath/carg.S index 004f36431..5320c0580 100644 --- a/libc/tinymath/carg.S +++ b/libc/tinymath/carg.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cargf.S b/libc/tinymath/cargf.S index 78e2db40f..c7648249a 100644 --- a/libc/tinymath/cargf.S +++ b/libc/tinymath/cargf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cargl.S b/libc/tinymath/cargl.S index 3db2b47df..ef94557a8 100644 --- a/libc/tinymath/cargl.S +++ b/libc/tinymath/cargl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/ceil.S b/libc/tinymath/ceil.S index 0e5572208..54f6b77a7 100644 --- a/libc/tinymath/ceil.S +++ b/libc/tinymath/ceil.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/ceilf.S b/libc/tinymath/ceilf.S index 83c9ce517..afef9b034 100644 --- a/libc/tinymath/ceilf.S +++ b/libc/tinymath/ceilf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/ceill.S b/libc/tinymath/ceill.S index 59d6b1740..5b0bae50b 100644 --- a/libc/tinymath/ceill.S +++ b/libc/tinymath/ceill.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cimag.S b/libc/tinymath/cimag.S index 770e0e937..e2bba76d7 100644 --- a/libc/tinymath/cimag.S +++ b/libc/tinymath/cimag.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cimagf.S b/libc/tinymath/cimagf.S index 6d314fd72..420cb62d9 100644 --- a/libc/tinymath/cimagf.S +++ b/libc/tinymath/cimagf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cimagl.S b/libc/tinymath/cimagl.S index b8855a1eb..ce6295e96 100644 --- a/libc/tinymath/cimagl.S +++ b/libc/tinymath/cimagl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/conj.S b/libc/tinymath/conj.S index cbb1239a1..dd65841fd 100644 --- a/libc/tinymath/conj.S +++ b/libc/tinymath/conj.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/conjf.S b/libc/tinymath/conjf.S index fd1b59614..62ff875f3 100644 --- a/libc/tinymath/conjf.S +++ b/libc/tinymath/conjf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/conjl.S b/libc/tinymath/conjl.S index 4dac289b5..b0756a6db 100644 --- a/libc/tinymath/conjl.S +++ b/libc/tinymath/conjl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/copysign.S b/libc/tinymath/copysign.S index 504c51b39..8b43e0e17 100644 --- a/libc/tinymath/copysign.S +++ b/libc/tinymath/copysign.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/copysignf.S b/libc/tinymath/copysignf.S index 6325c8c7f..93050fe8b 100644 --- a/libc/tinymath/copysignf.S +++ b/libc/tinymath/copysignf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/copysignl.S b/libc/tinymath/copysignl.S index c98667a9f..db62d454b 100644 --- a/libc/tinymath/copysignl.S +++ b/libc/tinymath/copysignl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cos.S b/libc/tinymath/cos.S index 8ecb28f53..5eadf9e93 100644 --- a/libc/tinymath/cos.S +++ b/libc/tinymath/cos.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cosf.S b/libc/tinymath/cosf.S index 664c26dcc..09bf8a881 100644 --- a/libc/tinymath/cosf.S +++ b/libc/tinymath/cosf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cosl.S b/libc/tinymath/cosl.S index 3988a0b51..cc8ba78c2 100644 --- a/libc/tinymath/cosl.S +++ b/libc/tinymath/cosl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cprojf.S b/libc/tinymath/cprojf.S index 398b97fab..5b06ffc2a 100644 --- a/libc/tinymath/cprojf.S +++ b/libc/tinymath/cprojf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/cprojl.S b/libc/tinymath/cprojl.S index 79214c75b..cc47ba604 100644 --- a/libc/tinymath/cprojl.S +++ b/libc/tinymath/cprojl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/creal.S b/libc/tinymath/creal.S index 9f1ee33ba..02a56a579 100644 --- a/libc/tinymath/creal.S +++ b/libc/tinymath/creal.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/crealf.S b/libc/tinymath/crealf.S index 6d8db785b..3970dcffb 100644 --- a/libc/tinymath/crealf.S +++ b/libc/tinymath/crealf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/creall.S b/libc/tinymath/creall.S index 9dbc79e74..2d2540eea 100644 --- a/libc/tinymath/creall.S +++ b/libc/tinymath/creall.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/d2ld2.S b/libc/tinymath/d2ld2.S index 6f76313ce..5dc8cf1b9 100644 --- a/libc/tinymath/d2ld2.S +++ b/libc/tinymath/d2ld2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/exp.S b/libc/tinymath/exp.S index 8fabdcae5..feb03a6f2 100644 --- a/libc/tinymath/exp.S +++ b/libc/tinymath/exp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/exp10.S b/libc/tinymath/exp10.S index baf48aa1b..b5ddb3560 100644 --- a/libc/tinymath/exp10.S +++ b/libc/tinymath/exp10.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/exp10f.S b/libc/tinymath/exp10f.S index 49834f4b4..c041051e8 100644 --- a/libc/tinymath/exp10f.S +++ b/libc/tinymath/exp10f.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/exp10l.S b/libc/tinymath/exp10l.S index 9eee0bba6..904f51a7b 100644 --- a/libc/tinymath/exp10l.S +++ b/libc/tinymath/exp10l.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/exp2.S b/libc/tinymath/exp2.S index 531fdbc24..a7f39f8b8 100644 --- a/libc/tinymath/exp2.S +++ b/libc/tinymath/exp2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/exp2f.S b/libc/tinymath/exp2f.S index 6dd188aed..0b6997ae8 100644 --- a/libc/tinymath/exp2f.S +++ b/libc/tinymath/exp2f.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/exp2l.S b/libc/tinymath/exp2l.S index ffaa22769..413876675 100644 --- a/libc/tinymath/exp2l.S +++ b/libc/tinymath/exp2l.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/expf.S b/libc/tinymath/expf.S index 3256f1da0..9db2edb2b 100644 --- a/libc/tinymath/expf.S +++ b/libc/tinymath/expf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/expl.S b/libc/tinymath/expl.S index 30cb2e908..c25ac607c 100644 --- a/libc/tinymath/expl.S +++ b/libc/tinymath/expl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/expm1.S b/libc/tinymath/expm1.S index d41ee6a80..f4f4295e3 100644 --- a/libc/tinymath/expm1.S +++ b/libc/tinymath/expm1.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/expm1f.S b/libc/tinymath/expm1f.S index 007972d93..35e5b9000 100644 --- a/libc/tinymath/expm1f.S +++ b/libc/tinymath/expm1f.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/expm1l.S b/libc/tinymath/expm1l.S index 21e8ecb2a..e15763cd2 100644 --- a/libc/tinymath/expm1l.S +++ b/libc/tinymath/expm1l.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/f2ld2.S b/libc/tinymath/f2ld2.S index 4bf37d14d..0d7c8cb7e 100644 --- a/libc/tinymath/f2ld2.S +++ b/libc/tinymath/f2ld2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fabs.S b/libc/tinymath/fabs.S index 58a19e306..13f3ede9f 100644 --- a/libc/tinymath/fabs.S +++ b/libc/tinymath/fabs.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fabsf.S b/libc/tinymath/fabsf.S index 24f4f61a8..43fbdef2a 100644 --- a/libc/tinymath/fabsf.S +++ b/libc/tinymath/fabsf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fabsl.S b/libc/tinymath/fabsl.S index 9a27e7223..bb237d845 100644 --- a/libc/tinymath/fabsl.S +++ b/libc/tinymath/fabsl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fld.S b/libc/tinymath/fld.S index fa3f47565..4388b25b7 100644 --- a/libc/tinymath/fld.S +++ b/libc/tinymath/fld.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/floor.S b/libc/tinymath/floor.S index aac0fd830..7b52aa0fd 100644 --- a/libc/tinymath/floor.S +++ b/libc/tinymath/floor.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/floorf.S b/libc/tinymath/floorf.S index 4159e99b2..c05023a4d 100644 --- a/libc/tinymath/floorf.S +++ b/libc/tinymath/floorf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/floorl.S b/libc/tinymath/floorl.S index 32dad8650..52e6edea8 100644 --- a/libc/tinymath/floorl.S +++ b/libc/tinymath/floorl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fmax.S b/libc/tinymath/fmax.S index 205a853bf..987159998 100644 --- a/libc/tinymath/fmax.S +++ b/libc/tinymath/fmax.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fmaxf.S b/libc/tinymath/fmaxf.S index 2ddb1b8b0..30db9f64f 100644 --- a/libc/tinymath/fmaxf.S +++ b/libc/tinymath/fmaxf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fmaxl.S b/libc/tinymath/fmaxl.S index ecc800745..b9c291200 100644 --- a/libc/tinymath/fmaxl.S +++ b/libc/tinymath/fmaxl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fmin.S b/libc/tinymath/fmin.S index 5c3469241..c3a405730 100644 --- a/libc/tinymath/fmin.S +++ b/libc/tinymath/fmin.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fminf.S b/libc/tinymath/fminf.S index 1030e69f6..729b0ba36 100644 --- a/libc/tinymath/fminf.S +++ b/libc/tinymath/fminf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fminl.S b/libc/tinymath/fminl.S index c9bf8b335..2f13dbec9 100644 --- a/libc/tinymath/fminl.S +++ b/libc/tinymath/fminl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fmod.S b/libc/tinymath/fmod.S index daea9df16..7ad6325bb 100644 --- a/libc/tinymath/fmod.S +++ b/libc/tinymath/fmod.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fmodf.S b/libc/tinymath/fmodf.S index 3146d3c3a..7eecec739 100644 --- a/libc/tinymath/fmodf.S +++ b/libc/tinymath/fmodf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fmodl.S b/libc/tinymath/fmodl.S index 05856347e..98a6d07a2 100644 --- a/libc/tinymath/fmodl.S +++ b/libc/tinymath/fmodl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fpclassify.S b/libc/tinymath/fpclassify.S index 716330474..8e6eb06df 100644 --- a/libc/tinymath/fpclassify.S +++ b/libc/tinymath/fpclassify.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fpclassifyf.S b/libc/tinymath/fpclassifyf.S index a6c7fd07c..76df6d3d1 100644 --- a/libc/tinymath/fpclassifyf.S +++ b/libc/tinymath/fpclassifyf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/fpclassifyl.S b/libc/tinymath/fpclassifyl.S index 49fb38cd8..2529208cb 100644 --- a/libc/tinymath/fpclassifyl.S +++ b/libc/tinymath/fpclassifyl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/frexp.S b/libc/tinymath/frexp.S index ba118be08..3b10454dd 100644 --- a/libc/tinymath/frexp.S +++ b/libc/tinymath/frexp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/hypot.S b/libc/tinymath/hypot.S index 6fc164bde..78f82afdc 100644 --- a/libc/tinymath/hypot.S +++ b/libc/tinymath/hypot.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/hypotf.S b/libc/tinymath/hypotf.S index be3b04f6d..bcdf94726 100644 --- a/libc/tinymath/hypotf.S +++ b/libc/tinymath/hypotf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/hypotl.S b/libc/tinymath/hypotl.S index efd3a4e29..2d4ee651e 100644 --- a/libc/tinymath/hypotl.S +++ b/libc/tinymath/hypotl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/ilogb.S b/libc/tinymath/ilogb.S index bebd8aead..9cb0a10ae 100644 --- a/libc/tinymath/ilogb.S +++ b/libc/tinymath/ilogb.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/ilogbf.S b/libc/tinymath/ilogbf.S index 4ac0af438..36e2ccf12 100644 --- a/libc/tinymath/ilogbf.S +++ b/libc/tinymath/ilogbf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/ilogbl.S b/libc/tinymath/ilogbl.S index a6def73cd..fbe36db6c 100644 --- a/libc/tinymath/ilogbl.S +++ b/libc/tinymath/ilogbl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isgreater.S b/libc/tinymath/isgreater.S index 352563f15..3df0551f2 100644 --- a/libc/tinymath/isgreater.S +++ b/libc/tinymath/isgreater.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isgreaterequal.S b/libc/tinymath/isgreaterequal.S index ba99d9fb9..6889f7819 100644 --- a/libc/tinymath/isgreaterequal.S +++ b/libc/tinymath/isgreaterequal.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isgreaterequalf.S b/libc/tinymath/isgreaterequalf.S index b5e8aa33b..ed53038bc 100644 --- a/libc/tinymath/isgreaterequalf.S +++ b/libc/tinymath/isgreaterequalf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isgreaterequall.S b/libc/tinymath/isgreaterequall.S index 1ae282569..1e8b5632d 100644 --- a/libc/tinymath/isgreaterequall.S +++ b/libc/tinymath/isgreaterequall.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isgreaterf.S b/libc/tinymath/isgreaterf.S index 9aa5abaae..3f332b68d 100644 --- a/libc/tinymath/isgreaterf.S +++ b/libc/tinymath/isgreaterf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isgreaterl.S b/libc/tinymath/isgreaterl.S index 676fd706c..46c41966c 100644 --- a/libc/tinymath/isgreaterl.S +++ b/libc/tinymath/isgreaterl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isless.S b/libc/tinymath/isless.S index 98993efd5..f91efc1cb 100644 --- a/libc/tinymath/isless.S +++ b/libc/tinymath/isless.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/islessequal.S b/libc/tinymath/islessequal.S index a194d9691..51cba6646 100644 --- a/libc/tinymath/islessequal.S +++ b/libc/tinymath/islessequal.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/islessequalf.S b/libc/tinymath/islessequalf.S index 268f2eb8b..d314546c1 100644 --- a/libc/tinymath/islessequalf.S +++ b/libc/tinymath/islessequalf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/islessequall.S b/libc/tinymath/islessequall.S index bdab3da00..08ce494da 100644 --- a/libc/tinymath/islessequall.S +++ b/libc/tinymath/islessequall.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/islessf.S b/libc/tinymath/islessf.S index fbe2ef30d..3bb0d15f4 100644 --- a/libc/tinymath/islessf.S +++ b/libc/tinymath/islessf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/islessgreater.S b/libc/tinymath/islessgreater.S index ffff8d43e..75deb94b4 100644 --- a/libc/tinymath/islessgreater.S +++ b/libc/tinymath/islessgreater.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/islessgreaterf.S b/libc/tinymath/islessgreaterf.S index 211157c00..88d04eff4 100644 --- a/libc/tinymath/islessgreaterf.S +++ b/libc/tinymath/islessgreaterf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/islessgreaterl.S b/libc/tinymath/islessgreaterl.S index 26d497c6c..df4191f3d 100644 --- a/libc/tinymath/islessgreaterl.S +++ b/libc/tinymath/islessgreaterl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/islessl.S b/libc/tinymath/islessl.S index d548dbbff..df07ef67c 100644 --- a/libc/tinymath/islessl.S +++ b/libc/tinymath/islessl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isunordered.S b/libc/tinymath/isunordered.S index 7e323518e..f065ced9f 100644 --- a/libc/tinymath/isunordered.S +++ b/libc/tinymath/isunordered.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isunorderedf.S b/libc/tinymath/isunorderedf.S index 22eec020a..061d485a1 100644 --- a/libc/tinymath/isunorderedf.S +++ b/libc/tinymath/isunorderedf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/isunorderedl.S b/libc/tinymath/isunorderedl.S index 727996a2a..620c10230 100644 --- a/libc/tinymath/isunorderedl.S +++ b/libc/tinymath/isunorderedl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/ldexp.S b/libc/tinymath/ldexp.S index 9d87c9a61..8d337c85c 100644 --- a/libc/tinymath/ldexp.S +++ b/libc/tinymath/ldexp.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/ldexpf.S b/libc/tinymath/ldexpf.S index 18cd3264b..2c058dadc 100644 --- a/libc/tinymath/ldexpf.S +++ b/libc/tinymath/ldexpf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/ldexpl.S b/libc/tinymath/ldexpl.S index 2bbbbd546..2c79e399e 100644 --- a/libc/tinymath/ldexpl.S +++ b/libc/tinymath/ldexpl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log.S b/libc/tinymath/log.S index 289a7f98f..da0e8d684 100644 --- a/libc/tinymath/log.S +++ b/libc/tinymath/log.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log10.S b/libc/tinymath/log10.S index 4858aaa3c..c6197ecde 100644 --- a/libc/tinymath/log10.S +++ b/libc/tinymath/log10.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log10f.S b/libc/tinymath/log10f.S index ad1023e2d..83f7c8ca4 100644 --- a/libc/tinymath/log10f.S +++ b/libc/tinymath/log10f.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log10l.S b/libc/tinymath/log10l.S index 52067ba07..9ec460a5c 100644 --- a/libc/tinymath/log10l.S +++ b/libc/tinymath/log10l.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log1p.S b/libc/tinymath/log1p.S index b6ae09a40..6384cf167 100644 --- a/libc/tinymath/log1p.S +++ b/libc/tinymath/log1p.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log1pf.S b/libc/tinymath/log1pf.S index 9bc4f8658..768a341af 100644 --- a/libc/tinymath/log1pf.S +++ b/libc/tinymath/log1pf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log1pl.S b/libc/tinymath/log1pl.S index 804a3856f..121119b0e 100644 --- a/libc/tinymath/log1pl.S +++ b/libc/tinymath/log1pl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log2.S b/libc/tinymath/log2.S index 49d4c5360..249cc8e7e 100644 --- a/libc/tinymath/log2.S +++ b/libc/tinymath/log2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log2f.S b/libc/tinymath/log2f.S index 9d1979034..b2b163852 100644 --- a/libc/tinymath/log2f.S +++ b/libc/tinymath/log2f.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/log2l.S b/libc/tinymath/log2l.S index e1f2eae57..f4bfbd282 100644 --- a/libc/tinymath/log2l.S +++ b/libc/tinymath/log2l.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/logb.S b/libc/tinymath/logb.S index e0925dc6a..ec7e805aa 100644 --- a/libc/tinymath/logb.S +++ b/libc/tinymath/logb.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/logbf.S b/libc/tinymath/logbf.S index d7b9e1197..d7b3d7dfd 100644 --- a/libc/tinymath/logbf.S +++ b/libc/tinymath/logbf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/logbl.S b/libc/tinymath/logbl.S index e5dee2a8c..d860f46d2 100644 --- a/libc/tinymath/logbl.S +++ b/libc/tinymath/logbl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/logf.S b/libc/tinymath/logf.S index 78c0ac4fc..befa28e38 100644 --- a/libc/tinymath/logf.S +++ b/libc/tinymath/logf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/logl.S b/libc/tinymath/logl.S index de42b06a4..2e9ede540 100644 --- a/libc/tinymath/logl.S +++ b/libc/tinymath/logl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/lrint.S b/libc/tinymath/lrint.S index b87717986..68b7cd792 100644 --- a/libc/tinymath/lrint.S +++ b/libc/tinymath/lrint.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/lrintf.S b/libc/tinymath/lrintf.S index e95156787..e5a295302 100644 --- a/libc/tinymath/lrintf.S +++ b/libc/tinymath/lrintf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/lrintl.S b/libc/tinymath/lrintl.S index fb8fd9677..36604e188 100644 --- a/libc/tinymath/lrintl.S +++ b/libc/tinymath/lrintl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/lround.S b/libc/tinymath/lround.S index 458651285..16c9a8d0f 100644 --- a/libc/tinymath/lround.S +++ b/libc/tinymath/lround.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/lroundf.S b/libc/tinymath/lroundf.S index ac5408b66..12eaaedd9 100644 --- a/libc/tinymath/lroundf.S +++ b/libc/tinymath/lroundf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/lroundl.S b/libc/tinymath/lroundl.S index 17965f5ef..d174fec6a 100644 --- a/libc/tinymath/lroundl.S +++ b/libc/tinymath/lroundl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/nearbyint.S b/libc/tinymath/nearbyint.S index 758e32eca..62ba9252c 100644 --- a/libc/tinymath/nearbyint.S +++ b/libc/tinymath/nearbyint.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/nearbyintf.S b/libc/tinymath/nearbyintf.S index b9480d788..a7bd92edb 100644 --- a/libc/tinymath/nearbyintf.S +++ b/libc/tinymath/nearbyintf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/nearbyintl.S b/libc/tinymath/nearbyintl.S index 5ca05bc4f..4cb76ee3b 100644 --- a/libc/tinymath/nearbyintl.S +++ b/libc/tinymath/nearbyintl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/pow.S b/libc/tinymath/pow.S index 3e76bdc13..e7a73cb3a 100644 --- a/libc/tinymath/pow.S +++ b/libc/tinymath/pow.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/powf.S b/libc/tinymath/powf.S index 2b2432ca5..3f271ebc6 100644 --- a/libc/tinymath/powf.S +++ b/libc/tinymath/powf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/powl.S b/libc/tinymath/powl.S index 05fb1b5b3..c45cac474 100644 --- a/libc/tinymath/powl.S +++ b/libc/tinymath/powl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/remainder.S b/libc/tinymath/remainder.S index 025697f20..2ea5a9794 100644 --- a/libc/tinymath/remainder.S +++ b/libc/tinymath/remainder.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/remainderf.S b/libc/tinymath/remainderf.S index 03d3c81f0..d546f19d2 100644 --- a/libc/tinymath/remainderf.S +++ b/libc/tinymath/remainderf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/remainderl.S b/libc/tinymath/remainderl.S index 399c57f35..99b608688 100644 --- a/libc/tinymath/remainderl.S +++ b/libc/tinymath/remainderl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/rint.S b/libc/tinymath/rint.S index d45e5ae74..1b83367de 100644 --- a/libc/tinymath/rint.S +++ b/libc/tinymath/rint.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/rintf.S b/libc/tinymath/rintf.S index 4387213bb..c1f68f260 100644 --- a/libc/tinymath/rintf.S +++ b/libc/tinymath/rintf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/rintl.S b/libc/tinymath/rintl.S index c2dc92aa4..22cd58801 100644 --- a/libc/tinymath/rintl.S +++ b/libc/tinymath/rintl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/round.S b/libc/tinymath/round.S index 7c82a7d27..ca3e7739c 100644 --- a/libc/tinymath/round.S +++ b/libc/tinymath/round.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/roundf.S b/libc/tinymath/roundf.S index 1a6f6bf30..22d2cab02 100644 --- a/libc/tinymath/roundf.S +++ b/libc/tinymath/roundf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/roundl.S b/libc/tinymath/roundl.S index 577117cd3..8f87f931a 100644 --- a/libc/tinymath/roundl.S +++ b/libc/tinymath/roundl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/scalb.S b/libc/tinymath/scalb.S index 48f2db4cc..5cba7d855 100644 --- a/libc/tinymath/scalb.S +++ b/libc/tinymath/scalb.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/scalbf.S b/libc/tinymath/scalbf.S index f6d81aa4c..27b8d706c 100644 --- a/libc/tinymath/scalbf.S +++ b/libc/tinymath/scalbf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/scalbl.S b/libc/tinymath/scalbl.S index d8ffff216..fcf343e20 100644 --- a/libc/tinymath/scalbl.S +++ b/libc/tinymath/scalbl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/scalbln.S b/libc/tinymath/scalbln.S index 8da9072b1..1703d48ac 100644 --- a/libc/tinymath/scalbln.S +++ b/libc/tinymath/scalbln.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/scalblnl.S b/libc/tinymath/scalblnl.S index da769bf95..963b8b916 100644 --- a/libc/tinymath/scalblnl.S +++ b/libc/tinymath/scalblnl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/scalbn.S b/libc/tinymath/scalbn.S index 5dbdb53eb..f2e9ed489 100644 --- a/libc/tinymath/scalbn.S +++ b/libc/tinymath/scalbn.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/scalbnf.S b/libc/tinymath/scalbnf.S index 118848c0b..a7c4f6494 100644 --- a/libc/tinymath/scalbnf.S +++ b/libc/tinymath/scalbnf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/scalbnl.S b/libc/tinymath/scalbnl.S index 1f9b774dc..6c7a7bb17 100644 --- a/libc/tinymath/scalbnl.S +++ b/libc/tinymath/scalbnl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/signbit.S b/libc/tinymath/signbit.S index 768bd9368..87e9e40cd 100644 --- a/libc/tinymath/signbit.S +++ b/libc/tinymath/signbit.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/signbitf.S b/libc/tinymath/signbitf.S index 7a6132c4d..d4313af20 100644 --- a/libc/tinymath/signbitf.S +++ b/libc/tinymath/signbitf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/signbitl.S b/libc/tinymath/signbitl.S index 536cd2071..250d24a32 100644 --- a/libc/tinymath/signbitl.S +++ b/libc/tinymath/signbitl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/significand.S b/libc/tinymath/significand.S index dead6afe6..a96ccf845 100644 --- a/libc/tinymath/significand.S +++ b/libc/tinymath/significand.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/significandf.S b/libc/tinymath/significandf.S index 790bf337d..b4a92bb5b 100644 --- a/libc/tinymath/significandf.S +++ b/libc/tinymath/significandf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/significandl.S b/libc/tinymath/significandl.S index ced4c06d8..4d7211ceb 100644 --- a/libc/tinymath/significandl.S +++ b/libc/tinymath/significandl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/sin.S b/libc/tinymath/sin.S index d9ee8329a..2a66d3c86 100644 --- a/libc/tinymath/sin.S +++ b/libc/tinymath/sin.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/sincos.S b/libc/tinymath/sincos.S index 6b77b0421..487d21569 100644 --- a/libc/tinymath/sincos.S +++ b/libc/tinymath/sincos.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/sincosf.S b/libc/tinymath/sincosf.S index 5f3f48031..a10893327 100644 --- a/libc/tinymath/sincosf.S +++ b/libc/tinymath/sincosf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/sincosl.S b/libc/tinymath/sincosl.S index 9a7f0a1ab..96f47be9f 100644 --- a/libc/tinymath/sincosl.S +++ b/libc/tinymath/sincosl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/sinf.S b/libc/tinymath/sinf.S index c98fbd49c..f7cfda2c6 100644 --- a/libc/tinymath/sinf.S +++ b/libc/tinymath/sinf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/sinl.S b/libc/tinymath/sinl.S index e5953a933..5e8d744a4 100644 --- a/libc/tinymath/sinl.S +++ b/libc/tinymath/sinl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/sqrt.S b/libc/tinymath/sqrt.S index 7e51efe5b..23452c07a 100644 --- a/libc/tinymath/sqrt.S +++ b/libc/tinymath/sqrt.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/sqrtf.S b/libc/tinymath/sqrtf.S index 44e6ae11f..468f771fd 100644 --- a/libc/tinymath/sqrtf.S +++ b/libc/tinymath/sqrtf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/sqrtl.S b/libc/tinymath/sqrtl.S index f231dbe13..9ab028d41 100644 --- a/libc/tinymath/sqrtl.S +++ b/libc/tinymath/sqrtl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/tan.S b/libc/tinymath/tan.S index d0007f5d1..1cd1963f6 100644 --- a/libc/tinymath/tan.S +++ b/libc/tinymath/tan.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/tanf.S b/libc/tinymath/tanf.S index f7f5a468b..bedb6d0d0 100644 --- a/libc/tinymath/tanf.S +++ b/libc/tinymath/tanf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/tanl.S b/libc/tinymath/tanl.S index 0b85826f2..0d7f7c84b 100644 --- a/libc/tinymath/tanl.S +++ b/libc/tinymath/tanl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/trunc.S b/libc/tinymath/trunc.S index ba0f63ca2..628e00a4c 100644 --- a/libc/tinymath/trunc.S +++ b/libc/tinymath/trunc.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/truncf.S b/libc/tinymath/truncf.S index 6223c3562..7c5af5925 100644 --- a/libc/tinymath/truncf.S +++ b/libc/tinymath/truncf.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/tinymath/truncl.S b/libc/tinymath/truncl.S index 8e755bcc7..a50d93cbc 100644 --- a/libc/tinymath/truncl.S +++ b/libc/tinymath/truncl.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/unicode/kcombiningchars.S b/libc/unicode/kcombiningchars.S index a2311593d..cf5b1eee1 100644 --- a/libc/unicode/kcombiningchars.S +++ b/libc/unicode/kcombiningchars.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/libc/zipos/zipcentraldir.S b/libc/zipos/zipcentraldir.S index 2c2fd0793..335a603b1 100644 --- a/libc/zipos/zipcentraldir.S +++ b/libc/zipos/zipcentraldir.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/net/http/todo.S b/net/http/todo.S index e04b612d7..f62eefeac 100644 --- a/net/http/todo.S +++ b/net/http/todo.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/net/http/uricspn-avx.S b/net/http/uricspn-avx.S index 4c0facdc6..d45e96345 100644 --- a/net/http/uricspn-avx.S +++ b/net/http/uricspn-avx.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/third_party/blas/dgemm_.S b/third_party/blas/dgemm_.S index 26d646203..d8b87c7f5 100644 --- a/third_party/blas/dgemm_.S +++ b/third_party/blas/dgemm_.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/third_party/duktape/dukhexdectab.S b/third_party/duktape/dukhexdectab.S index 33415913f..fb2de6f9e 100644 --- a/third_party/duktape/dukhexdectab.S +++ b/third_party/duktape/dukhexdectab.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/third_party/stb/idct-sse.S b/third_party/stb/idct-sse.S index eb00208bf..54e7997d3 100644 --- a/third_party/stb/idct-sse.S +++ b/third_party/stb/idct-sse.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/third_party/stb/ycbcr-sse2.S b/third_party/stb/ycbcr-sse2.S index 6ec3f3881..d6614f0df 100644 --- a/third_party/stb/ycbcr-sse2.S +++ b/third_party/stb/ycbcr-sse2.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/third_party/third_party.mk b/third_party/third_party.mk index eeeb3fe6f..3404e3d83 100644 --- a/third_party/third_party.mk +++ b/third_party/third_party.mk @@ -16,6 +16,7 @@ o/$(MODE)/third_party: \ o/$(MODE)/third_party/lex \ o/$(MODE)/third_party/linenoise \ o/$(MODE)/third_party/lz4cli \ + o/$(MODE)/third_party/make \ o/$(MODE)/third_party/m4 \ o/$(MODE)/third_party/musl \ o/$(MODE)/third_party/regex \ diff --git a/third_party/xed/x86tab.S b/third_party/xed/x86tab.S index c68b939d9..86434b4c8 100644 --- a/third_party/xed/x86tab.S +++ b/third_party/xed/x86tab.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 sw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/third_party/zlib/deflateinit.S b/third_party/zlib/deflateinit.S index 8e645c780..85521a1cb 100644 --- a/third_party/zlib/deflateinit.S +++ b/third_party/zlib/deflateinit.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/third_party/zlib/inflateinit.S b/third_party/zlib/inflateinit.S index 9d5d25e73..8933a5fdb 100644 --- a/third_party/zlib/inflateinit.S +++ b/third_party/zlib/inflateinit.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/third_party/zlib/kdistcode.S b/third_party/zlib/kdistcode.S index c243f049a..d03a024b2 100644 --- a/third_party/zlib/kdistcode.S +++ b/third_party/zlib/kdistcode.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/third_party/zlib/klengthcode.S b/third_party/zlib/klengthcode.S index c13648a82..ada9d2797 100644 --- a/third_party/zlib/klengthcode.S +++ b/third_party/zlib/klengthcode.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/tool/build/refactor.c b/tool/build/refactor.c index 3a8a0dace..e47ffd96f 100644 --- a/tool/build/refactor.c +++ b/tool/build/refactor.c @@ -38,6 +38,7 @@ * @fileoverview Pretty fast substring refactor tool. */ +#if 0 static const char kBefore[] = "\ │ Copyright 2019 Justine Alexandra Roberts Tunney │\n\ │ │\n\ @@ -52,7 +53,6 @@ static const char kBefore[] = "\ │ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF │\n\ │ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. │\n\ "; - const char kAfter[] = "\ │ Copyright 2020 Justine Alexandra Roberts Tunney │\n\ │ │\n\ @@ -70,6 +70,12 @@ const char kAfter[] = "\ │ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA │\n\ │ 02110-1301 USA │\n\ "; +#endif + +static const char kBefore[] = "\ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│"; +const char kAfter[] = "\ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│"; void RefactorFile(const char *path) { int fd; diff --git a/tool/decode/lib/pollnames.S b/tool/decode/lib/pollnames.S index 923d8646c..1588e1b60 100644 --- a/tool/decode/lib/pollnames.S +++ b/tool/decode/lib/pollnames.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/tool/emacs/cosmo-asm-mode.el b/tool/emacs/cosmo-asm-mode.el index 36566656d..7f345116a 100644 --- a/tool/emacs/cosmo-asm-mode.el +++ b/tool/emacs/cosmo-asm-mode.el @@ -145,11 +145,6 @@ ;; ("^/.*$" . font-lock-comment-face) - ;; Preprocessor Constants - ;; TODO(jart): Why won't it work?? ;_; - (,(concat "\\b" (cosmo-regexpify cosmo-cpp-constants) "\\b") ;; regexp-opt - 1 font-lock-constant-face) - ;; Immediate Argument ;; ;; - Valid diff --git a/tool/emacs/cosmo-stuff.el b/tool/emacs/cosmo-stuff.el index b768eeeda..bedb90b54 100644 --- a/tool/emacs/cosmo-stuff.el +++ b/tool/emacs/cosmo-stuff.el @@ -690,7 +690,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Cosmopolitan Extended Language Keyword Definitions -(defun cosmo-keywords-hook () +(defun cosmo-c-keywords-hook () (font-lock-add-keywords nil `((,cosmo-c-keywords-regex . font-lock-keyword-face) (,cosmo-c-builtins-regex . font-lock-builtin-face) @@ -698,7 +698,12 @@ (,cosmo-c-constants-regex . font-lock-constant-face) (,cosmo-c-types-regex . font-lock-type-face)))) -(add-hook 'c-mode-common-hook 'cosmo-keywords-hook) +(defun cosmo-asm-keywords-hook () + (font-lock-add-keywords + nil `((,cosmo-cpp-constants-regex . font-lock-constant-face)))) + +(add-hook 'c-mode-common-hook 'cosmo-c-keywords-hook) +(add-hook 'asm-mode-hook 'cosmo-asm-keywords-hook) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/tool/viz/lib/doublechrominance.S b/tool/viz/lib/doublechrominance.S index 6ab2417f5..3f393c10d 100644 --- a/tool/viz/lib/doublechrominance.S +++ b/tool/viz/lib/doublechrominance.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ diff --git a/tool/viz/lib/thunks/expect_matrixeq.S b/tool/viz/lib/thunks/expect_matrixeq.S index adf99e9f7..98564c273 100644 --- a/tool/viz/lib/thunks/expect_matrixeq.S +++ b/tool/viz/lib/thunks/expect_matrixeq.S @@ -1,4 +1,4 @@ -/*-*- mode:asm; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │