Skip to content

Instantly share code, notes, and snippets.

View liscio's full-sized avatar

Christopher Liscio liscio

View GitHub Profile
//
// CapoPlaybackButton.h
// Capo
//
// Created by Christopher Liscio on 9/22/10.
// Copyright (c) 2010 SuperMegaUltraGroovy. All rights reserved.
//
#import <UIKit/UIKit.h>
@liscio
liscio / main.mm
Created October 17, 2023 17:08
It doesn't take much to corrupt the FPU state on Intel machines running macOS Sonoma!
#import <Cocoa/Cocoa.h>
#import <iostream>
static long double _giantValue = 0.0;
void writeGiantValue(long double inValue) {
_giantValue = inValue;
}
long double readGiantValue() {